Merge pull request #231 from tobimori/patch-1

This commit is contained in:
Sefa Eyeoglu
2022-10-25 20:15:31 +02:00
parent 2652f37453
commit 549b5a6488
3 changed files with 5 additions and 3 deletions

View File

@ -251,6 +251,7 @@ jobs:
cd ${{ env.INSTALL_DIR }}
chmod +x "PrismLauncher.app/Contents/MacOS/prismlauncher"
sudo codesign --sign - --deep --force --entitlements "../program_info/App.entitlements" --options runtime "PrismLauncher.app/Contents/MacOS/prismlauncher"
mv "PrismLauncher.app" "Prism Launcher.app"
tar -czf ../PrismLauncher.tar.gz *
- name: Make Sparkle signature (macOS)