add and remove

This commit is contained in:
2020-02-13 19:30:58 +07:00
parent 3afe5705c0
commit 2d415933c5
10 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"productName": "Clinic-Dev",
"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/dev"
}
}

View File

@@ -0,0 +1,17 @@
{
"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"
}
}