mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +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 ..\.. |