mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-06 13:48:58 +02:00
KEychain path
This commit is contained in:
parent
ff3e7720b3
commit
c8107a37a0
5
.github/workflows/tauri-test.yml
vendored
5
.github/workflows/tauri-test.yml
vendored
@ -235,8 +235,11 @@ jobs:
|
||||
|
||||
# Sign the JAR using jarsigner with the Apple Developer certificate
|
||||
echo "🔐 Signing JAR with Apple Developer certificate..."
|
||||
KEYCHAIN_PATH="$HOME/Library/Keychains/build.keychain-db"
|
||||
echo "Using keychain path: $KEYCHAIN_PATH"
|
||||
|
||||
jarsigner -verbose \
|
||||
-keystore ../../../build.keychain \
|
||||
-keystore "$KEYCHAIN_PATH" \
|
||||
-storetype KeychainStore \
|
||||
-storepass "$KEYCHAIN_PASSWORD" \
|
||||
-signedjar "${MAIN_JAR}.signed" \
|
||||
|
Loading…
Reference in New Issue
Block a user