From 7406d55c729782e0451da0d4abb52b94929fcb13 Mon Sep 17 00:00:00 2001 From: x29a <0.x29a.0@gmail.com> Date: Thu, 14 Apr 2016 16:45:00 +0200 Subject: [PATCH] provide command to compile ahk to exe --- build/compile.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build/compile.bat 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