Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@
"entitlementsInherit": "build/entitlements.mac.plist",
"gatekeeperAssess": false,
"hardenedRuntime": true,
"icon": "icons/icon.png"
"icon": "icons/icon.png",
"target": {
"target": "default",
"arch": [
"x64",
"arm64"
]
}
},
"win": {
"icon": "icons/icon.ico",
Expand Down Expand Up @@ -97,7 +104,7 @@
"@types/semver": "7.3.4",
"dotenv": "8.2.0",
"electron": "11.0.3",
"electron-builder": "22.9.1",
"electron-builder": "22.14.5",
"electron-devtools-installer": "3.1.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@allpossumsarewaterpossums I feel like GitHub might have cut off a question you were about to ask?

"electron-notarize": "1.0.0",
"electron-timber": "0.5.1",
Expand Down
Loading