mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Change AppID back again - thx Muhammad :)
Try to fix https://github.com/microsoft/winget-pkgs/issues/95792#issuecomment-1424652411
This commit is contained in:
parent
2add08bf55
commit
61a018c247
@ -17,13 +17,9 @@
|
||||
;* You should have received a copy of the GNU General Public License
|
||||
;* along with Subtitle Edit. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
; 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}
|
||||
|
Loading…
Reference in New Issue
Block a user