myapps_macos/electron-builder.json
2026-01-07 15:52:21 +01:00

25 lines
464 B
JSON

{
"appId": "it.fabio.myapps",
"productName": "MyApps",
"directories": {
"output": "dist-electron"
},
"files": [
"electron/**/*",
"web/**/*"
],
"mac": {
"category": "public.app-category.productivity",
"icon": "electron/assets/casina.icns",
"identity": null,
"hardenedRuntime": false,
"gatekeeperAssess": false,
"notarize": false
},
"win": {
"target": "nsis"
},
"linux": {
"target": "AppImage"
}
}