Skip to content

Commit

Permalink
Revert using universal binary
Browse files Browse the repository at this point in the history
  • Loading branch information
morishin committed Oct 18, 2024
1 parent 8a79cb3 commit 13ed049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ win:
- nsis

mac:
singleArchFiles: "*"
target:
- target: dmg
arch: universal
- target: zip
arch: universal
- zip
- dmg
category: public.app-category.developer-tools
hardenedRuntime: true
entitlements: ./build/entitlement.plist
Expand Down
2 changes: 1 addition & 1 deletion scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = async function () {
return;
}

const appPath = path.resolve(__dirname, "../dist/production/mac-universal/Bdash.app");
const appPath = path.resolve(__dirname, "../dist/production/mac/Bdash.app");

if (!fs.existsSync(appPath)) {
throw new Error(`Cannot find application at: ${appPath}`);
Expand Down

0 comments on commit 13ed049

Please sign in to comment.