We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdcead commit d9d94b3Copy full SHA for d9d94b3
scripts/build.sh
@@ -201,7 +201,7 @@ xcrun notarytool submit "$PKG_PATH" \
201
xcrun stapler staple "$PKG_PATH"
202
xcrun stapler staple "$BUILT_APP_PATH"
203
204
-signature=$(echo "$SPARKLE_PRIVATE_KEY" | ~/Library/Developer/Xcode/DerivedData/Coder-Desktop-*/SourcePackages/artifacts/sparkle/Sparkle/bin/sign_update "$PKG_PATH" -ed-key-file -)
+signature=$(echo "$SPARKLE_PRIVATE_KEY" | ~/Library/Developer/Xcode/DerivedData/Coder-Desktop-*/SourcePackages/artifacts/sparkle/Sparkle/bin/sign_update "$PKG_PATH" --ed-key-file -)
205
echo "$signature" >"$PKG_PATH.sig"
206
207
# Add dsym to build artifacts
0 commit comments