Skip to content

Commit c683793

Browse files
committed
chore: Update path for macOS development certificate
- The path to the macOS developer ID certificate (`.p12` file) in the `import_macos_dev_id_cert.sh` script has been changed. - The new path is now `./app/desktop/macOS_development.p12`.
1 parent e4b0fee commit c683793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/import_macos_dev_id_cert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
KEYCHAIN_NAME="build.keychain-db"
55
KEYCHAIN_PASSWORD=""
66
KEYCHAIN_PATH="$HOME/Library/Keychains/$KEYCHAIN_NAME"
7-
P12_PATH=".github/secrets/macos_dev_id_cert.p12"
7+
P12_PATH="./app/desktop/macOS_development.p12"
88

99
# Create keychain if it doesn't exist yet
1010
if [ ! -f "$KEYCHAIN_PATH" ]; then

0 commit comments

Comments
 (0)