Skip to content

Commit 6ddc505

Browse files
authored
Remove forced config from Electron config (#95)
1 parent b5a954a commit 6ddc505

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

resources/js/electron-builder.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ module.exports = {
155155
},
156156
mac: {
157157
entitlementsInherit: 'build/entitlements.mac.plist',
158-
target: {
159-
target: 'default',
160-
arch: ['x64', 'arm64'],
161-
},
162158
artifactName: appName + '-${version}-${arch}.${ext}',
163159
extendInfo: {
164160
NSCameraUsageDescription:

0 commit comments

Comments
 (0)