diff --git a/build.config.json b/build.config.json index cfd50ad..3fb7b36 100644 --- a/build.config.json +++ b/build.config.json @@ -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, @@ -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",