Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite694321

Browse files
committed
fix keychain
1 parente3287b2 commite694321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ xcrun notarytool store-credentials "notarytool-credentials" \
113113
--apple-id"$APPLE_ID" \
114114
--team-id"$APPLE_TEAM_ID" \
115115
--password"$APPLE_ID_PASSWORD" \
116-
--keychain"$HOME/Library/Keychains/$KEYCHAIN"
116+
--keychain"$KEYCHAIN"
117117

118118
xcrun notarytool submit"$DMG_PATH" \
119119
--keychain-profile"notarytool-credentials" \
120-
--keychain"$HOME/Library/Keychains/$KEYCHAIN" \
120+
--keychain"$KEYCHAIN" \
121121
--wait
122122

123123
# Staple the notarization to the app and dmg, so they work without internet

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp