20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"appId": "dev.tadix.biolab",
|
|
"productName": "BioLab",
|
|
"directories": {
|
|
"buildResources": "res"
|
|
},
|
|
"linux": {
|
|
"target": "AppImage",
|
|
"icon": "res/icon.png",
|
|
"category": "Science"
|
|
},
|
|
"win": {
|
|
"target": "nsis",
|
|
"icon": "res/icon.ico"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"allowToChangeInstallationDirectory": true
|
|
}
|
|
}
|