provide command to compile ahk to exe

This commit is contained in:
x29a 2016-04-14 16:45:00 +02:00
parent b2ef2b6445
commit 7406d55c72

3
build/compile.bat Normal file
View file

@ -0,0 +1,3 @@
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