Skip to content

Commit 7ce9680

Browse files
committed
Trying to fix the Windows appID of the installer, so it matches previous releases
1 parent 5ba51b3 commit 7ce9680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/windows-installer.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
; NOTE: The value of AppId uniquely identifies this application.
2525
; Do not use the same AppId value in installers for other applications.
2626
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
27-
AppId={code:GetAppId|4BB0DCDC-BC24-49EC-8937-72956C33A470}
27+
AppId={{code:GetAppId|4BB0DCDC-BC24-49EC-8937-72956C33A470}
2828
AppName=OpenShot Video Editor
2929
AppVersion={#VERSION}
3030
VersionInfoVersion={#VERSION}

0 commit comments

Comments
 (0)