Skip to content

Commit

Permalink
fix: 🐛 macOS x64ArchFiles Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 31, 2023
1 parent 35f17b8 commit 7dbca01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"to": "extra",
"filter": ["common", "mac"]
},
"x64ArchFiles": "Contents/Resources/extra/*",
"entitlementsInherit": "entitlements.mac.plist",
"extendInfo": {
"NSDocumentsFolderUsageDescription": "Application requests access to the user's Documents folder.",
"NSDownloadsFolderUsageDescription": "Application requests access to the user's Downloads folder."
},
"type": "development",
"mergeASARs": false,
"notarize": false,
"darkModeSupport": true,
"hardenedRuntime": false
Expand Down

0 comments on commit 7dbca01

Please sign in to comment.