update icons

This commit is contained in:
Rudra Saraswat 2023-02-11 18:32:49 +05:30
parent 04f4945863
commit e830548c56
5 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/blend-settings/node_modules /blend-settings/node_modules
/blend-settings/package-lock.json /blend-settings/package-lock.json
/blend-settings/build/

View file

@ -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

View file

@ -8,13 +8,13 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
"icons": "electron-icon-maker --input=./static/icon.png --output=./build/",
"pack": "electron-builder --dir", "pack": "electron-builder --dir",
"dist": "electron-builder" "dist": "electron-builder"
}, },
"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,14 +24,16 @@
"xterm-addon-ligatures": "^0.6.0" "xterm-addon-ligatures": "^0.6.0"
}, },
"devDependencies": { "devDependencies": {
"electron": "^23.0.0" "electron": "^23.0.0",
"electron-icon-maker": "^0.0.5",
"electron-builder": "^23.6.0"
}, },
"build": { "build": {
"appId": "org.blend.settings", "appId": "org.blend.settings",
"productName": "blendOS Settings", "productName": "blendOS Settings",
"asar": true, "asar": true,
"linux": { "linux": {
"target": ["deb"], "target": ["tar.gz"],
"category": "System", "category": "System",
"maintainer": "Rudra Saraswat" "maintainer": "Rudra Saraswat"
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB