Skip to content

Commit

Permalink
Set the installer icon to the app icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimian committed Aug 7, 2021
1 parent a8cd1c9 commit 52e40f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TotalMixVC.iss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define AppRepoURL "https://github.com/fgimian/totalmix-volume-control"
#define AppRepoIssuesURL AppRepoURL + "/issues"
#define AppRepoReleasesURL AppRepoURL + "/releases"
#define AppIconPath "source\TotalMixVC.GUI\Icons\TotalMixVC.ico"
#define AppPublishPath "source\TotalMixVC.GUI\bin\" + AppBuildConfiguration + "\net5.0-windows\publish"
#define AppExeName "TotalMixVC.GUI.exe"

Expand All @@ -26,6 +27,7 @@ AppUpdatesURL={#AppRepoReleasesURL}
DefaultDirName={autopf64}\{#AppName}
DisableProgramGroupPage=yes
LicenseFile=.\LICENSE
SetupIconFile=.\{#AppIconPath}
OutputDir=.\artifacts
OutputBaseFilename=TotalMixVCSetup-v{#AppVersion}-{#AppBuildConfiguration}-Installer
Compression=lzma
Expand Down

0 comments on commit 52e40f7

Please sign in to comment.