From 61a018c24747791350a6962dd56d6b40ad09e0bb Mon Sep 17 00:00:00 2001 From: niksedk Date: Thu, 9 Feb 2023 19:53:32 +0100 Subject: [PATCH] Change AppID back again - thx Muhammad :) Try to fix https://github.com/microsoft/winget-pkgs/issues/95792#issuecomment-1424652411 --- installer/Subtitle_Edit_Installer.iss | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/installer/Subtitle_Edit_Installer.iss b/installer/Subtitle_Edit_Installer.iss index 7206d539e..a6c56dd1e 100644 --- a/installer/Subtitle_Edit_Installer.iss +++ b/installer/Subtitle_Edit_Installer.iss @@ -17,13 +17,9 @@ ;* You should have received a copy of the GNU General Public License ;* along with Subtitle Edit. If not, see . -; Requirements: -; Inno Setup Unicode: https://jrsoftware.org/isdl.php - - ; preprocessor checks -#if VER < EncodeVer(6,0,0) - #error Update your Inno Setup version (6.0.0 or newer) +#if VER < EncodeVer(6,2,1) + #error Update your Inno Setup version (6.2.1 or newer) #endif #ifndef UNICODE @@ -76,7 +72,7 @@ #define keyMuiCache "Software\Classes\Local Settings\MuiCache" [Setup] -AppID={#app_name} +AppID=SubtitleEdit AppName={#app_name} AppVersion={#app_ver_full} AppVerName={#app_name} {#app_ver}