File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,13 +187,13 @@ Section "Install"
187187 ; SendMessage ${HWND_BROADCAST} ${WM_FONTCHANGE} 0 0 /TIMEOUT=5000
188188
189189 ; Start menu
190- CreateShortCut "\$ SMPROGRAMS\\ ${app_name} \\ ${app_name} .lnk" "\$ INSTDIR\bin\\ ${exe_name} " "" "\$ INSTDIR\\ icons\\ icon.ico" 0
190+ CreateShortCut "\$ SMPROGRAMS\\ ${app_name} \\ ${app_name} .lnk" "\$ INSTDIR\bin\\ ${exe_name} " "" "\$ INSTDIR\\ icons\\ icon-mini .ico" 0
191191
192192 ; Autostart
193- CreateShortCut "\$ SMPROGRAMS\\ Startup\\ ${app_name} .lnk" "\$ INSTDIR\bin\\ ${exe_name} " "" "\$ INSTDIR\\ icons\\ icon.ico" 0
193+ CreateShortCut "\$ SMPROGRAMS\\ Startup\\ ${app_name} .lnk" "\$ INSTDIR\bin\\ ${exe_name} " "" "\$ INSTDIR\\ icons\\ icon-mini .ico" 0
194194
195195 ; Preferences
196- CreateShortCut "\$ SMPROGRAMS\\ ${app_name} \\ Preferences of ${app_name} .lnk" "\$ INSTDIR\bin\\ ${exe_name} " "--preferences" "\$ INSTDIR\\ icons\\ settings.ico" 0
196+ CreateShortCut "\$ SMPROGRAMS\\ ${app_name} \\ Preferences of ${app_name} .lnk" "\$ INSTDIR\bin\\ ${exe_name} " "--preferences" "\$ INSTDIR\\ icons\\ settings-mini .ico" 0
197197
198198 WriteRegStr HKCU "Software\\ ${app_name} " "" \$ INSTDIR
199199 WriteUninstaller "\$ INSTDIR\Uninstall.exe"
Original file line number Diff line number Diff line change 1- JORTS_ICON ICON "icon.ico"
1+ 0 ICON "icon.ico"
You can’t perform that action at this time.
0 commit comments