From c508ff9d8aa5a082323e6232787cf2fc042ce04e Mon Sep 17 00:00:00 2001 From: Aaron Yau Date: Sun, 25 Sep 2022 18:56:51 +0800 Subject: [PATCH] Update compile.ahk --- AHK/src/compile/compile.ahk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AHK/src/compile/compile.ahk b/AHK/src/compile/compile.ahk index ca6c4d6..1f6a5d2 100644 --- a/AHK/src/compile/compile.ahk +++ b/AHK/src/compile/compile.ahk @@ -11,3 +11,10 @@ RunWait "C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe" /icon "../images/favicon.ico" /base "C:\Program Files\AutoHotkey\Compiler\AutoHotkeySC.bin" /compress 0 + +RunWait "C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe" + /in "../green.ahk" + /out "../bin/green.exe" + /icon "../images/favicon.ico" + /base "C:\Program Files\AutoHotkey\Compiler\AutoHotkeySC.bin" + /compress 0