Skip to content

Commit

Permalink
Removes version number from uninstaller name. Closes dotnet#674 (dotn…
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz authored Apr 29, 2024
1 parent 2078e19 commit 0a11bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions install-beta.iss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
AppVerName={#MyAppName} v{#MyAppVersion}
UninstallDisplayName={#MyAppName}
UninstallDisplayIcon={app}\icon-beta.ico
DefaultDirName={autopf}\{#MyAppName}
DefaultGroupName={#MyAppName}
Expand Down
1 change: 1 addition & 0 deletions install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
AppVerName={#MyAppName} v{#MyAppVersion}
UninstallDisplayName={#MyAppName}
UninstallDisplayIcon={app}\icon.ico
DefaultDirName={autopf}\{#MyAppName}
DefaultGroupName={#MyAppName}
Expand Down

0 comments on commit 0a11bd6

Please sign in to comment.