diff --git a/config.xml b/config.xml index ce91e99..eb57b9c 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + BioLab BioLab Parameter Explorer diff --git a/res/electron/build.json b/res/electron/build.json new file mode 100644 index 0000000..76526c4 --- /dev/null +++ b/res/electron/build.json @@ -0,0 +1,20 @@ +{ + "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 + } +}