From 52e40f776a2b650229d09314783eea79d0056771 Mon Sep 17 00:00:00 2001 From: Fotis Gimian Date: Sat, 7 Aug 2021 21:34:46 +1000 Subject: [PATCH] Set the installer icon to the app icon. --- TotalMixVC.iss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TotalMixVC.iss b/TotalMixVC.iss index 6423290..2db0fdc 100644 --- a/TotalMixVC.iss +++ b/TotalMixVC.iss @@ -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" @@ -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