Skip to content

Commit

Permalink
fix rc script
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Aug 11, 2022
1 parent 8c156d6 commit fca9a7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ccpp_mac_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k temp_password build.keychain
- name: run codesign on exe
run: |
/usr/bin/codesign --options=runtime --force -s "Developer ID Application: Remi Durand (LDTLFRHP3G)" ./build/pack/SuperSlicer/SuperSlicer.app/Contents/MacOS/SuperSlicer -v
/usr/bin/codesign --deep --options=runtime --force -s "Developer ID Application: Remi Durand (LDTLFRHP3G)" ./build/pack/SuperSlicer/SuperSlicer.app/Contents/MacOS/SuperSlicer -v
codesign -vvv --deep --strict ./build/pack/SuperSlicer/SuperSlicer.app/Contents/MacOS/SuperSlicer
codesign -dvv ./build/pack/SuperSlicer/SuperSlicer.app/Contents/MacOS/SuperSlicer
- name: create the dmg
Expand All @@ -51,10 +51,6 @@ jobs:
/usr/bin/codesign -s "Developer ID Application: Remi Durand (LDTLFRHP3G)" SuperSlicer.dmg -v
codesign -vvv --deep --strict SuperSlicer.dmg
codesign -dvv SuperSlicer.dmg
- name: notarize the dmg
run: |
xcrun altool --notarize-app -f SuperSlicer.dmg --primary-bundle-id org.slic3r.superslicer -u [email protected] -p $MACOS_APP
spctl -a -t open --context context:primary-signature -v SuperSlicer.dmg
- name: run codesign on app
run: |
/usr/bin/codesign --force -s "Developer ID Application: Remi Durand (LDTLFRHP3G)" ./build/pack/SuperSlicer/SuperSlicer.app -v
Expand Down

0 comments on commit fca9a7a

Please sign in to comment.