Skip to content

Commit

Permalink
fix mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fn2006 authored Dec 13, 2022
1 parent f6a1e34 commit 79f0956
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ jobs:
cd ${{ env.INSTALL_DIR }}
chmod +x "PollyMC.app/Contents/MacOS/pollymc"
sudo codesign --sign - --deep --force --entitlements "../program_info/App.entitlements" --options runtime "PollyMC.app/Contents/MacOS/pollymc"
mv "PollyMC.app" "PollyMC.app"
tar -czf ../PollyMC.tar.gz *
- name: Make Sparkle signature (macOS)
Expand Down

0 comments on commit 79f0956

Please sign in to comment.