Closed GH01 closed 2 years ago
Done in v1.10.
Thank you for all the implementations. Your solutions are much better than my original ideas.
or if it's a system app:
icon=explorer.exe
Wondering if this (system path omission) will be even supported?
I'm using a Windows API function for the icon extraction, so it depends on the function.
icon=explorer.exe
doesn't work for me...
It's a Win 7 issue?
I tried it on Windows 10 and it doesn't work here too. You can use a full path, or you can use environment variables (%windir%\explorer.exe
).
icon=D:\my folder\app.exe
icon=D:\my folder\app.exe, 2
or if it's a system app:
icon=explorer.exe