bug.n/tools/compile.bat
joten b3226c8539 Rearranged test and build tools
... adding a build AutoHotkey script replacing compile.bat
2018-01-13 15:43:12 +01:00

3 lines
No EOL
154 B
Batchfile

set COMPILER_PATH="C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe"
%COMPILER_PATH% /in ..\src\Main.ahk /icon ..\src\logo.ico /mpress 1 /out ..\bugn.exe