provide command to compile ahk to exe
This commit is contained in:
parent
b2ef2b6445
commit
7406d55c72
1 changed files with 3 additions and 0 deletions
3
build/compile.bat
Normal file
3
build/compile.bat
Normal 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
|
Loading…
Reference in a new issue