neo-vars: make-build: Suche 64-bit-Autohotkey, wenn 32-bit-Version nicht vorhanden ist

This commit is contained in:
Max Schillinger 2020-06-11 13:07:02 +02:00
parent d3a8e148d8
commit 9966a8228c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
echo Setting default local path variables
set ahkpath=C:\Program Files (x86)\AutoHotkey
if not exist "%ahkpath%" set ahkpath=C:\Program Files\AutoHotkey
set Ahk2Exe=%ahkpath%\Compiler\Ahk2Exe.exe
set srcdir=..\src