Generate icons

This commit is contained in:
Gregory Schier
2025-07-24 08:07:16 -07:00
parent 2cdd97cabb
commit 6440df492e
7 changed files with 3 additions and 0 deletions

View File

@@ -57,6 +57,9 @@
"migration": "node scripts/create-migration.cjs", "migration": "node scripts/create-migration.cjs",
"build": "npm run --workspaces --if-present build", "build": "npm run --workspaces --if-present build",
"build-plugins": "npm run --workspaces --if-present build", "build-plugins": "npm run --workspaces --if-present build",
"icons": "run-p icons:*",
"icons:dev": "tauri icon src-tauri/icons/icon.png --output src-tauri/icons/release",
"icons:release": "tauri icon src-tauri/icons/icon-dev.png --output src-tauri/icons/dev",
"bootstrap": "run-p bootstrap:* && npm run --workspaces --if-present bootstrap", "bootstrap": "run-p bootstrap:* && npm run --workspaces --if-present bootstrap",
"bootstrap:vendor-node": "node scripts/vendor-node.cjs", "bootstrap:vendor-node": "node scripts/vendor-node.cjs",
"bootstrap:vendor-plugins": "node scripts/vendor-plugins.cjs", "bootstrap:vendor-plugins": "node scripts/vendor-plugins.cjs",

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 51 KiB