Skip to content

Commit

Permalink
Merge pull request #1183 from h3poteto/fix/store-pnpm
Browse files Browse the repository at this point in the history
Fix appStore.sh for pnpm
  • Loading branch information
h3poteto authored Oct 1, 2023
2 parents 1753d56 + 3fe35d3 commit edfda36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appStore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ APP_PATH="./src-tauri/target/universal-apple-darwin/release/bundle/macos/$APP.ap
INSTALLER_KEY="3rd Party Mac Developer Installer: Akira Fukushima (HB4N6B2YVM)"
RESULT_PATH="Fedistar.pkg"

yarn run clean
yarn run tauri build -- --target universal-apple-darwin
pnpm run clean
pnpm run tauri build -- --target universal-apple-darwin

productbuild --component "$APP_PATH" /Applications --sign "$INSTALLER_KEY" "$RESULT_PATH"

0 comments on commit edfda36

Please sign in to comment.