diff --git a/package.json b/package.json index ca301e2..2d89ec8 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,23 @@ ] }, "build": { - "appId": "com.tadeu.biolab", + "appId": "dev.tadix.biolab", "productName": "BioLab", "directories": { - "buildResources": "resources" + "buildResources": "res" + }, + "linux": { + "target": "AppImage", + "icon": "res/icon.png", + "category": "Science" }, "win": { "target": "nsis", - "icon": "resources/icon.ico" + "icon": "res/icon.ico" + }, + "nsis": { + "oneClick": false, + "allowToChangeInstallationDirectory": true } } } \ No newline at end of file diff --git a/res/electron/build.json b/res/electron/build.json index 76526c4..2066ba4 100644 --- a/res/electron/build.json +++ b/res/electron/build.json @@ -2,7 +2,9 @@ "appId": "dev.tadix.biolab", "productName": "BioLab", "directories": { - "buildResources": "res" + "buildResources": "res", + "app": "platforms/electron/www", + "output": "platforms/electron/build" }, "linux": { "target": "AppImage",