Skip to content

Commit

Permalink
chore(package): Change packages UUID
Browse files Browse the repository at this point in the history
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 <xm1994@gmail.com>
summershrimp committed Nov 20, 2022
1 parent f95f977 commit c743860
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmake/bundle/macos/installer-macos.pkgproj.in
Original file line number Diff line number Diff line change
@@ -538,7 +538,7 @@
<key>TYPE</key>
<integer>0</integer>
<key>UUID</key>
<string>0B7A74BC-65CF-4FF1-AC34-5C743E8A48F5</string>
<string>57959DF7-0688-401A-B1BF-3DBF98DA985A</string>
</dict>
</array>
<key>PROJECT</key>
@@ -584,13 +584,13 @@
<integer>1</integer>
</dict>
<key>PACKAGE_UUID</key>
<string>0B7A74BC-65CF-4FF1-AC34-5C743E8A48F5</string>
<string>57959DF7-0688-401A-B1BF-3DBF98DA985A</string>
<key>TITLE</key>
<array/>
<key>TYPE</key>
<integer>0</integer>
<key>UUID</key>
<string>52B6084A-F58D-45C3-BE37-76AD45F16072</string>
<string>190ED33A-6685-4598-8506-3725CF3B822B</string>
</dict>
</array>
<key>REMOVED</key>
2 changes: 1 addition & 1 deletion cmake/bundle/windows/installer-Windows.iss.in
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit c743860

Please sign in to comment.