Update homerun.ahk
Changed icon reference from homerun.exe to homerun.ico so that code runs without having to be compiled
This commit is contained in:
parent
d498930bdd
commit
9a6f851bb6
|
@ -12,7 +12,7 @@ IniRead, CloseOpera, homerun.ini, Homerun Settings, CloseOpera, 1
|
|||
IniRead, ShowSplash, homerun.ini, Homerun Settings, ShowSplash, 1
|
||||
|
||||
; tray icon and menu settings
|
||||
Menu, Tray, Icon, homerun.exe, 1
|
||||
Menu, Tray, Icon, homerun.ico, 1
|
||||
Menu, Tray, Tip, Homerun
|
||||
Menu, Tray, NoStandard
|
||||
Menu, Tray, Add, Settings, Settings
|
||||
|
|
Loading…
Reference in a new issue