mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-01 03:02:23 +02:00
4 lines
No EOL
141 B
Batchfile
4 lines
No EOL
141 B
Batchfile
REM make dangerzone-container.exe symbolic link (as administrator)
|
|
cd dist\dangerzone
|
|
mklink dangerzone-container.exe dangerzone.exe
|
|
cd ..\.. |