From 183c16e4351d22afec2577911e6eeb73c068a5d9 Mon Sep 17 00:00:00 2001 From: zhaoyafan Date: Thu, 13 Feb 2025 14:05:43 +0800 Subject: [PATCH] Added uninstall icon --- Compile.iss.template | 1 + 1 file changed, 1 insertion(+) diff --git a/Compile.iss.template b/Compile.iss.template index a1771f9..1afe0c2 100644 --- a/Compile.iss.template +++ b/Compile.iss.template @@ -50,6 +50,7 @@ DisableProgramGroupPage=yes OutputBaseFilename={#MyAppName} Setup {#MyAppVersion} OutputDir={#MyAppExec}.output SetupIconFile={#MyAppExec}.dist\favicon.ico +UninstallDisplayIcon={app}\{#MyAppExec}.exe Compression=lzma SolidCompression=yes WizardStyle=modern