UNPKG

@geode/vease

Version:

Desktop and cloud software for data visualization

49 lines 980 B
{ "$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json", "asar": true, "directories": { "output": "release/${version}" }, "files": [ ".output/**/*", "dist-electron" ], "extraResources": [ "./vease-back*", "./vease-viewer*" ], "linux": { "artifactName": "${productName}_${platform}.${ext}", "icon": "./public/256x256.png", "category": "Science", "target": [ "AppImage", "zip" ], "publish": [ "github" ] }, "win": { "artifactName": "${productName}_${platform}.${ext}", "icon": "./public/256x256.png", "signtoolOptions": { "sign": "./node_scripts/customSign.js" }, "target": [ "nsis", "zip" ], "publish": [ "github" ] }, "publish": [ { "provider": "github", "host": "github.com", "owner": "Geode-solutions", "repo": "Vease" } ] }