mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-08-07 04:44:18 -04:00
Windows: the installer did not set an icon for NZB files (association).
This commit is contained in:
1 parent
e16cc49a17
commit
f28bc4dd9c
1 file changed
+1
-1
+1
-1
@@ -349,7 +349,7 @@ Section $(MsgIcon) desktop
|
||||
SectionEnd ; end of desktop icon section
|
||||
|
||||
Section /o $(MsgAssoc) assoc
|
||||
${registerExtension} "$INSTDIR\nzb.ico" "$INSTDIR\SABnzbd.exe" ".nzb" "NZB File"
|
||||
${registerExtension} "$INSTDIR\icons\nzb.ico" "$INSTDIR\SABnzbd.exe" ".nzb" "NZB File"
|
||||
;${registerExtension} "$INSTDIR\SABnzbd.exe" ".nzb" "NZB File"
|
||||
SectionEnd ; end of file association section
|
||||
|
||||
|
||||
Reference in new issue
Block a user