Skip to content

Commit

Permalink
gotcha
Browse files Browse the repository at this point in the history
  • Loading branch information
castdrian committed Apr 22, 2024
1 parent 7dcd040 commit 1c6dd26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
run: |
cp -R "build/ishare.xcarchive/Products/Applications/"*.app "build/ishare.app"
cd build
codesign -s "Developer ID Application" -f --timestamp -o runtime "ishare.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/MacOS/Downloader"
codesign -s "Developer ID Application" -f --timestamp -o runtime "ishare.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer"
codesign -s "Developer ID Application" -f --timestamp -o runtime "ishare.app/Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater"
codesign -s "Developer ID Application" -f --timestamp -o runtime "ishare.app/Contents/Frameworks/Sparkle.framework/Versions/B/Autoupdate"
codesign -s "Developer ID Application" -f --timestamp -o runtime "ishare.app/Contents/MacOS/ishare (external)"
codesign -s "Developer ID Application" -f --timestamp -o runtime "ishare.app"
codesign -s "Developer ID Application" -f --timestamp -o runtime --deep "ishare.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/MacOS/Downloader"
codesign -s "Developer ID Application" -f --timestamp -o runtime --deep "ishare.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer"
codesign -s "Developer ID Application" -f --timestamp -o runtime --deep "ishare.app/Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater"
codesign -s "Developer ID Application" -f --timestamp -o runtime --deep "ishare.app/Contents/Frameworks/Sparkle.framework/Versions/B/Autoupdate"
codesign -s "Developer ID Application" -f --timestamp -o runtime --deep "ishare.app/Contents/MacOS/ishare (external)"
codesign -s "Developer ID Application" -f --timestamp -o runtime --deep "ishare.app"
npm install --global create-dmg
create-dmg "ishare.app" --overwrite
DMG_FILE=$(ls *.dmg)
Expand Down

0 comments on commit 1c6dd26

Please sign in to comment.