Skip to content

Commit

Permalink
add more compiler directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigh committed Jul 26, 2023
1 parent a7ab741 commit 062d49b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
;@Ahk2Exe-AddResource *10 %A_ScriptDir%\html\index.html
;@Ahk2Exe-SetName iwck
;@Ahk2Exe-SetVersion 3.0
;@Ahk2Exe-SetMainIcon iwck.ico
;@Ahk2Exe-ExeName iwck
#Requires AutoHotkey v2.0
#NoTrayIcon
#MaxThreadsPerHotkey 1
Expand Down

0 comments on commit 062d49b

Please sign in to comment.