feat: set OpenConcho logo as app icon for web and Tauri

This commit is contained in:
Offending Commit
2026-04-27 11:47:26 -05:00
parent 988ab36c32
commit a07f5abfc5
56 changed files with 259 additions and 120 deletions

View File

@@ -2,3 +2,4 @@
STAGED=$(git diff --cached --name-only --diff-filter=ACMR | grep -E "\.(ts|tsx|js|jsx|css|json)$" || true)
[ -z "$STAGED" ] && exit 0
pnpm exec biome check --write --staged
git add -u