add electron-builder
This commit is contained in:
parent
37d4a6155e
commit
958a3244db
1 changed files with 11 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.0.9",
|
"@electron/remote": "^2.0.9",
|
||||||
"@types/jquery": "^3.5.16",
|
"@types/jquery": "^3.5.16",
|
||||||
|
"electron-builder": "^23.6.0",
|
||||||
"jquery": "^3.6.3",
|
"jquery": "^3.6.3",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"node-pty": "github:daniel-brenot/node-pty#rust-port",
|
"node-pty": "github:daniel-brenot/node-pty#rust-port",
|
||||||
|
@ -24,5 +25,15 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^23.0.0"
|
"electron": "^23.0.0"
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"appId": "org.blend.settings",
|
||||||
|
"productName": "blendOS Settings",
|
||||||
|
"asar": true,
|
||||||
|
"linux": {
|
||||||
|
"target": ["deb"],
|
||||||
|
"category": "System",
|
||||||
|
"maintainer": "Rudra Saraswat"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue