Skip to content

Commit

Permalink
[#350] trying to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
casaout committed Jan 28, 2025
1 parent a8936e9 commit 868ba82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/electron/electron-builder.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module.exports = {
target: "default",
arch: ["x64", "arm64"],
},
artifactName: '${productName}-${version}-${env.MAC_ARCH_TYPE}.${ext}',
artifactName: '${productName}-${version}-${arch}.${ext}',
// artifactName: '${productName}-${version}-${env.MAC_ARCH_TYPE}.${ext}',
asarUnpack: ['node_modules/**/*.node'],
entitlements: 'build/entitlements.mac.plist',
entitlementsInherit: 'build/entitlements.mac.plist',
Expand Down

0 comments on commit 868ba82

Please sign in to comment.