mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-30 18:52:38 +02:00
11 lines
243 B
Batchfile
11 lines
243 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
|
|
mkdir share\vm
|
|
cp install\vm-builder\vm\dangerzone.iso share\vm
|