(feat): update logo
Some checks failed
/ build-web (push) Successful in 1m8s
/ build-desktop (push) Successful in 11m16s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled

This commit is contained in:
Alois 2026-05-24 02:06:32 +02:00
commit 809cbb5b5e
56 changed files with 285 additions and 3 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.png",
"gen-icons": "tauri icon ./logo.svg",
"format": "bunx prettier --write .",
"lint": "eslint src"
},