18 lines
317 B
JSON
18 lines
317 B
JSON
|
{
|
||
|
"productName": "Clinic-Sandbox",
|
||
|
"appId": "com.cubetiqs.clinic",
|
||
|
"mac": {
|
||
|
"category": "com.cubetiqs.pro.clinic"
|
||
|
},
|
||
|
"linux": {
|
||
|
"category": "com.cubetiqs.pro.clinic",
|
||
|
"target": ["AppImage", "deb"]
|
||
|
},
|
||
|
"win": {
|
||
|
"target": "nsis"
|
||
|
},
|
||
|
"directories": {
|
||
|
"output": "./dist/sandbox"
|
||
|
}
|
||
|
}
|