Skip to content

Commit 2b8f563

Browse files
committed
Codesign OpenRCT2.app when packaging it
1 parent 1e940ee commit 2b8f563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package-mac.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ sed -i -e "s/APP_VERSION_NUMBER/$VERSION_NUMBER/" "$APP_NAME/Contents/Info.plist
3939
#For whatever reason, sed on macOS creates a backup file when replacing text, so we need to remove it
4040
rm "$APP_NAME/Contents/Info.plist-e"
4141

42+
codesign --sign - --force --deep "./src/openlauncher/bin/Release/net8.0/macos-universal/OpenLauncher.app"
43+
4244
mkdir "$PUBLISH_OUTPUT_DIRECTORY/publish"
4345

4446
echo "Zipping OpenLauncher.app..."

0 commit comments

Comments
 (0)