Skip to content

Commit

Permalink
Prepare build config settings for linux/mac
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Feb 6, 2024
1 parent 57fbfd3 commit 8765ff7
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion build.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"appId": "org.kryptokrona.yggdrasil",
"productName": "Yggdrasil",
"afterSign": "./afterSignHook.cjs",
"directories": {
"output": "dist"
"output": "dist"
},
"mac": {
"target": {
"target": "default",
"arch": [
"x64",
"arm64"
]
},
"category": "",
"hardenedRuntime": true,
"gatekeeperAssess": false,
Expand All @@ -14,6 +24,13 @@
"NSCameraUsageDescription": "Please give us access to your camera"
}
},
"linux": {
"icon": "build/icon.png",
"target": [
"deb",
"snap"
]
},
"files": [
"src/backend/electron.cjs",
"src/backend/preload.cjs",
Expand Down

0 comments on commit 8765ff7

Please sign in to comment.