mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 01:08:28 +02:00
Generate icons
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
BIN
src-tauri/icons/dev/64x64.png
Normal file
BIN
src-tauri/icons/dev/64x64.png
Normal file
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 |
BIN
src-tauri/icons/release/64x64.png
Normal file
BIN
src-tauri/icons/release/64x64.png
Normal file
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 |
Reference in New Issue
Block a user