Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2022-08-11 10:02:15 +0300
committersupermerill <merill@free.fr>2022-08-11 10:02:15 +0300
commitfca9a7ac2ab5af055142f877fe0ce13e429cda74 (patch)
tree78a6bf57632549443fa28dfe96206b10303e64f5
parent8c156d6db20d7da7443a5eaa26421264386999bb (diff)
fix rc scriptdebug_macos
-rw-r--r--.github/workflows/ccpp_mac_rc.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ccpp_mac_rc.yml b/.github/workflows/ccpp_mac_rc.yml
index 2e3d904d0..554f315cb 100644
--- a/.github/workflows/ccpp_mac_rc.yml
+++ b/.github/workflows/ccpp_mac_rc.yml
@@ -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
@@ -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 mail@remidurand.fr -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