diff --git a/build/compile.bat b/build/compile.bat new file mode 100644 index 0000000..7611dd9 --- /dev/null +++ b/build/compile.bat @@ -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 \ No newline at end of file