diff options
Diffstat (limited to '')
-rw-r--r-- | windows/neo-vars/src/Make-Build.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/neo-vars/src/Make-Build.bat b/windows/neo-vars/src/Make-Build.bat index 2dd48b3..4a68013 100644 --- a/windows/neo-vars/src/Make-Build.bat +++ b/windows/neo-vars/src/Make-Build.bat @@ -39,7 +39,7 @@ if errorlevel 1 ( )
echo Compiling Compose sequences
-%Ssrcdir%\makecompose.ahk
+%ahkpath%\AutoHotkey %Ssrcdir%\makecompose.ahk
rem echo Killing the old (AHK)Driver
rem tskill %fn%
@@ -56,4 +56,4 @@ echo Compiling the new Driver using Autohotkey "%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico"
echo Driver Update complete! You can now close this log-window.
-pause
\ No newline at end of file +pause
|