Skip to content

Commit aedbce4

Browse files
committed
macos: adapt link in build script
1 parent 89e9684 commit aedbce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos/build-sign-validate-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
[ -z "$APPLE_ID_PASSWORD" ] && {
19-
echo "Please set APPLE_ID_PASSWORD env var. Might need an app-specific password if using 2FA, which you can create at https://appstoreconnect.apple.com/apps"
19+
echo "Please set APPLE_ID_PASSWORD env var. Might need an app-specific password if using 2FA, which you can create at https://account.apple.com/account/manage"
2020
exit 1
2121
}
2222

0 commit comments

Comments
 (0)