(fix): android icons
All checks were successful
/ build-web (push) Successful in 1m22s
/ build-desktop (push) Successful in 12m30s
/ build-mobile (push) Successful in 17m20s
/ release (push) Successful in 24s

This commit is contained in:
Alois 2026-05-24 20:50:28 +02:00
commit 78f354d0d3
20 changed files with 9 additions and 2 deletions

View file

@ -30,7 +30,7 @@
"build:desktop:raw": "tauri build",
"dev:desktop": "if command -v nix >/dev/null 2>&1; then nix develop --command bun dev:desktop:raw; else bun dev:desktop:raw; fi",
"build:desktop": "if command -v nix >/dev/null 2>&1; then nix develop --command bun build:desktop:raw; else bun build:desktop:raw; fi",
"gen-icons": "tauri icon ./logo.svg",
"gen-icons": "tauri icon ./logo.json",
"format": "bunx prettier --write .",
"lint": "eslint src"
},