Skip to content

Commit 17c584d

Browse files
committed
Started using EXE file for shortcut icon in frozen executable.
1 parent 1be1a1d commit 17c584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputscope/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def start(self):
207207
"""Sets the program to run at system startup."""
208208
shortcut_path = self.get_shortcut_path()
209209
target_path = conf.ExecutablePath
210-
workdir, icon = conf.ApplicationPath, conf.IconPath
210+
workdir, icon = conf.ApplicationPath, conf.ShortcutIconPath
211211
self.create_shortcut(shortcut_path, target_path, workdir, icon)
212212

213213
def stop(self):

0 commit comments

Comments
 (0)