Skip to content

Commit 090d6c5

Browse files
committed
macOS: fix stapling
1 parent c1dc698 commit 090d6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/package-macOS.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,6 @@ productsign -s "Developer ID Installer: Timothy Schoen (7SV7JPRR2L)" ${PRODUCT_N
241241
# Notarize installer
242242
xcrun notarytool store-credentials "notary_login" --apple-id ${AC_USERNAME} --password ${AC_PASSWORD} --team-id "7SV7JPRR2L"
243243
xcrun notarytool submit $1 --keychain-profile "notary_login" --wait
244-
xcrun stapler staple "plugdata-MacOS-$1.pkg"
244+
xcrun stapler staple $1
245245

246246
.github/scripts/generate-upload-info.sh $1

0 commit comments

Comments
 (0)