From 9a6f851bb646cd42a12442975e6a5f6e65996ff6 Mon Sep 17 00:00:00 2001 From: Xenofon Konitsas Date: Fri, 14 Aug 2020 15:21:37 +0300 Subject: [PATCH] Update homerun.ahk Changed icon reference from homerun.exe to homerun.ico so that code runs without having to be compiled --- src/homerun/homerun.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/homerun/homerun.ahk b/src/homerun/homerun.ahk index 86db488..007521b 100644 --- a/src/homerun/homerun.ahk +++ b/src/homerun/homerun.ahk @@ -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