forked from akai/readest
4121195fd3
* chore: fix script for appstore release * fix: remove symbolic fonts in default sys fonts list
8 lines
422 B
Bash
8 lines
422 B
Bash
pnpm run build-macos-universial-appstore
|
|
|
|
BUNDLE_DIR=../../target/universal-apple-darwin/release/bundle/macos
|
|
APP_BUNDLE=$BUNDLE_DIR/Readest.app
|
|
INSTALLER_BUNDLE=$BUNDLE_DIR/Readest.pkg
|
|
|
|
xcrun productbuild --sign "$APPLE_INSTALLER_SIGNING_IDENTITY" --component $APP_BUNDLE /Applications $INSTALLER_BUNDLE
|
|
xcrun altool --upload-app --type macos --file $INSTALLER_BUNDLE --apiKey $APPLE_API_KEY --apiIssuer $APPLE_API_ISSUER |