Browse Source

use correct package

pull/511/head
dreamer 3 months ago
parent
commit
3043e80440
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/package-osx-bundles.sh

+ 2
- 2
utils/package-osx-bundles.sh View File

@@ -159,11 +159,11 @@ productbuild \
${MACOS_PKG_SNAME}-macOS.pkg

if [ -n "${MACOS_NOTARIZATION_USER}" ] && [ -n "${MACOS_NOTARIZATION_PASS}" ] && [ -n "${MACOS_NOTARIZATION_TEAM}" ]; then
xcrun notarytool submit ${MACOS_PKG_NAME}-macOS.pkg \
xcrun notarytool submit ${MACOS_PKG_SNAME}-macOS.pkg \
--apple-id ${MACOS_NOTARIZATION_USER} \
--password ${MACOS_NOTARIZATION_PASS} \
--team-id ${MACOS_NOTARIZATION_TEAM} \
--wait

xcrun stapler staple ${MACOS_PKG_NAME}-macOS.pkg
xcrun stapler staple ${MACOS_PKG_SNAME}-macOS.pkg
fi

Loading…
Cancel
Save