25 lines
464 B
JSON
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"
|
|
}
|
|
}
|