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