{ "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" } }