updated config builder

This commit is contained in:
2020-02-13 16:26:28 +07:00
parent e28a03ac4c
commit 4f886b1dfc
5 changed files with 42 additions and 122 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"
}
}