Skip to content

Commit

Permalink
Update compile.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsweet committed Sep 25, 2022
1 parent f9a0619 commit c508ff9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions AHK/src/compile/compile.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c508ff9

Please sign in to comment.