update icons
This commit is contained in:
parent
04f4945863
commit
e830548c56
5 changed files with 6 additions and 7 deletions
|
@ -8,13 +8,13 @@
|
|||
"license": "GPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"icons": "electron-icon-maker --input=./static/icon.png --output=./build/",
|
||||
"pack": "electron-builder --dir",
|
||||
"dist": "electron-builder"
|
||||
},
|
||||
"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,14 +24,16 @@
|
|||
"xterm-addon-ligatures": "^0.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^23.0.0"
|
||||
"electron": "^23.0.0",
|
||||
"electron-icon-maker": "^0.0.5",
|
||||
"electron-builder": "^23.6.0"
|
||||
},
|
||||
"build": {
|
||||
"appId": "org.blend.settings",
|
||||
"productName": "blendOS Settings",
|
||||
"asar": true,
|
||||
"linux": {
|
||||
"target": ["deb"],
|
||||
"target": ["tar.gz"],
|
||||
"category": "System",
|
||||
"maintainer": "Rudra Saraswat"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue