We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e940ee commit 2b8f563Copy full SHA for 2b8f563
package-mac.sh
@@ -39,6 +39,8 @@ sed -i -e "s/APP_VERSION_NUMBER/$VERSION_NUMBER/" "$APP_NAME/Contents/Info.plist
39
#For whatever reason, sed on macOS creates a backup file when replacing text, so we need to remove it
40
rm "$APP_NAME/Contents/Info.plist-e"
41
42
+codesign --sign - --force --deep "./src/openlauncher/bin/Release/net8.0/macos-universal/OpenLauncher.app"
43
+
44
mkdir "$PUBLISH_OUTPUT_DIRECTORY/publish"
45
46
echo "Zipping OpenLauncher.app..."
0 commit comments