Skip to content

Commit d9d94b3

Browse files
committed
zzz
1 parent abdcead commit d9d94b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ xcrun notarytool submit "$PKG_PATH" \
201201
xcrun stapler staple "$PKG_PATH"
202202
xcrun stapler staple "$BUILT_APP_PATH"
203203

204-
signature=$(echo "$SPARKLE_PRIVATE_KEY" | ~/Library/Developer/Xcode/DerivedData/Coder-Desktop-*/SourcePackages/artifacts/sparkle/Sparkle/bin/sign_update "$PKG_PATH" -ed-key-file -)
204+
signature=$(echo "$SPARKLE_PRIVATE_KEY" | ~/Library/Developer/Xcode/DerivedData/Coder-Desktop-*/SourcePackages/artifacts/sparkle/Sparkle/bin/sign_update "$PKG_PATH" --ed-key-file -)
205205
echo "$signature" >"$PKG_PATH.sig"
206206

207207
# Add dsym to build artifacts

0 commit comments

Comments
 (0)