2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 08:24:56 +00:00

ci: Fix file arg in altool

This commit is contained in:
2021-06-12 12:48:20 -04:00
committed by GitHub
parent f8627f54f6
commit 12c38f57fa

View File

@@ -8,5 +8,5 @@ for i in visigen hecl metaforce crashpad_handler; do
done
macdeployqt Metaforce.app -sign-for-notarization="$CODESIGN_IDENT" -no-strip
create-dmg Metaforce.app --identity="$CODESIGN_IDENT" .
xcrun altool -t osx -f --primary-bundle-id com.axiodl.Metaforce --notarize-app \
-u "$ASC_USERNAME" -p "$ASC_PASSWORD" --team-id "$ASC_TEAM_ID" -- *.dmg
xcrun altool -t osx -f *.dmg --primary-bundle-id com.axiodl.Metaforce \
--notarize-app -u "$ASC_USERNAME" -p "$ASC_PASSWORD" --team-id "$ASC_TEAM_ID"