(feat): update logo
This commit is contained in:
parent
a0e3e85467
commit
809cbb5b5e
56 changed files with 285 additions and 3 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue