From c743860fc0a3f18e1f464508b15f2f7acc997864 Mon Sep 17 00:00:00 2001 From: Yibai Zhang Date: Sun, 20 Nov 2022 15:39:00 +0800 Subject: [PATCH] chore(package): Change packages UUID We just copy these files from obs-plugintemplate but we need to change package uuids to make sure not confilct with other who forget to change. Signed-off-by: Yibai Zhang --- cmake/bundle/macos/installer-macos.pkgproj.in | 6 +++--- cmake/bundle/windows/installer-Windows.iss.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/bundle/macos/installer-macos.pkgproj.in b/cmake/bundle/macos/installer-macos.pkgproj.in index 2a1f643..af9dbe9 100644 --- a/cmake/bundle/macos/installer-macos.pkgproj.in +++ b/cmake/bundle/macos/installer-macos.pkgproj.in @@ -538,7 +538,7 @@ TYPE 0 UUID - 0B7A74BC-65CF-4FF1-AC34-5C743E8A48F5 + 57959DF7-0688-401A-B1BF-3DBF98DA985A PROJECT @@ -584,13 +584,13 @@ 1 PACKAGE_UUID - 0B7A74BC-65CF-4FF1-AC34-5C743E8A48F5 + 57959DF7-0688-401A-B1BF-3DBF98DA985A TITLE TYPE 0 UUID - 52B6084A-F58D-45C3-BE37-76AD45F16072 + 190ED33A-6685-4598-8506-3725CF3B822B REMOVED diff --git a/cmake/bundle/windows/installer-Windows.iss.in b/cmake/bundle/windows/installer-Windows.iss.in index 4cc709b..313172a 100644 --- a/cmake/bundle/windows/installer-Windows.iss.in +++ b/cmake/bundle/windows/installer-Windows.iss.in @@ -7,7 +7,7 @@ ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{CD703FE5-1F2C-4837-BD3D-DD840D83C3E3} +AppId={{B4C7B665-63B2-4B46-BE68-66E93BE81EB5} AppName={#MyAppName} AppVersion={#MyAppVersion} AppPublisher={#MyAppPublisher}