mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
11 lines
253 B
Batchfile
11 lines
253 B
Batchfile
REM Build ISO
|
|
cd install\vm-builder
|
|
vagrant up
|
|
vagrant ssh -- dos2unix /vagrant/windows.sh
|
|
vagrant ssh -- /vagrant/windows.sh
|
|
vagrant halt
|
|
cd ..\..
|
|
|
|
REM Copy the ISO to resources
|
|
if not exists share\vm mkdir share\vm
|
|
cp install\vm-builder\vm\* share\vm
|