add electron-builder

This commit is contained in:
Rudra Saraswat 2023-02-11 18:11:35 +05:30
parent 37d4a6155e
commit 958a3244db

View file

@ -14,6 +14,7 @@
"dependencies": {
"@electron/remote": "^2.0.9",
"@types/jquery": "^3.5.16",
"electron-builder": "^23.6.0",
"jquery": "^3.6.3",
"js-yaml": "^4.1.0",
"node-pty": "github:daniel-brenot/node-pty#rust-port",
@ -24,5 +25,15 @@
},
"devDependencies": {
"electron": "^23.0.0"
},
"build": {
"appId": "org.blend.settings",
"productName": "blendOS Settings",
"asar": true,
"linux": {
"target": ["deb"],
"category": "System",
"maintainer": "Rudra Saraswat"
}
}
}