Skip to content

Commit

Permalink
fix: direct path to app for correct displaying uninstall icon in appw…
Browse files Browse the repository at this point in the history
…iz.cpl (#155)

Merge uninstall icon fix to master.
  • Loading branch information
pwd491 authored Jan 16, 2024
1 parent 59e7368 commit b05f35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/script.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Uninstallable=yes
ChangesAssociations=no
CloseApplications=no
RestartApplications=no
UninstallDisplayIcon=@CMAKE_SOURCE_DIR@/rsc/application.ico
UninstallDisplayIcon={app}/TrayWeather.exe
UninstallDisplayName=Tray Weather v@TRAYWEATHER_VERSION_MAJOR@.@TRAYWEATHER_VERSION_MINOR@.@TRAYWEATHER_VERSION_PATCH@
SourceDir=@PROJECT_BINARY_DIR@
SetupIconFile=@CMAKE_SOURCE_DIR@/rsc/application.ico
Expand Down

0 comments on commit b05f35e

Please sign in to comment.