Bugfix: Erstelle bin-Verzeichnis für kompiliertes AHK-Skript, falls noch nicht existiert

This commit is contained in:
qwertfisch 2020-06-01 02:13:52 +02:00
parent ba72653e82
commit 73f9105561
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ set Revision=%Revision:~0,7%
echo Revision:="%Revision%" > "%ahkrevoutput1%"
if NOT EXIST %bindir% mkdir %bindir%
set fnexe=%bindir%\neo20.exe
git diff --exit-code > nul
if %ERRORLEVEL% EQU 1 (