Skip to content

Commit

Permalink
Fix installer to use clink.ico instead of cmd.exe icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Oct 13, 2024
1 parent 0f5ab66 commit 41482f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/clink.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Section "!Application files" app_files_id
WriteRegStr HKLM $0 "DisplayName" "Clink v${CLINK_TAGVERSION}"
WriteRegStr HKLM $0 "UninstallString" "$INSTDIR\$uninstallerExe"
WriteRegStr HKLM $0 "Publisher" "Christopher Antos"
WriteRegStr HKLM $0 "DisplayIcon" "$SYSDIR\cmd.exe,0"
WriteRegStr HKLM $0 "DisplayIcon" "$INSTDIR\clink.ico,0"
WriteRegStr HKLM $0 "URLInfoAbout" "http://chrisant996.github.io/clink"
WriteRegStr HKLM $0 "HelpLink" "http://chrisant996.github.io/clink"
WriteRegStr HKLM $0 "InstallLocation" "$INSTDIR"
Expand Down

0 comments on commit 41482f2

Please sign in to comment.