Deploy script fo Linux

This commit is contained in:
Marco
2019-06-26 20:07:52 +02:00
parent a39d2827fd
commit 79a0dabda7
3 changed files with 31 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ set /p choice=Download necessary Python libraries? [Y]/N
if /I '%choice%'=='Y' pip3 install -r %~dp0requirements_win.txt
echo:
REM Create a shortcut
REM Generation of shortcut
set choice=Y
set /p choice=Create a desktop shortcut? [Y]/N
if /I '%choice%'=='N' goto end