update icons
This commit is contained in:
parent
04f4945863
commit
e830548c56
5 changed files with 6 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/blend-settings/node_modules
|
||||
/blend-settings/package-lock.json
|
||||
/blend-settings/build/
|
4
blend-settings/.gitignore
vendored
4
blend-settings/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
|||
dist/
|
||||
node_modules/
|
||||
package-lock.json
|
||||
web-server/data/applist.json
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
|
@ -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"
|
||||
}
|
||||
|
|
BIN
blend-settings/static/icon.png
Normal file
BIN
blend-settings/static/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Loading…
Reference in a new issue