Fix favicon.ico to serve favicon.png from embedded web UI

- Update handleFavicon to serve /favicon.png instead of non-existent orly-favicon.png
- Remove orly-favicon.png from rollup copy targets
- Update release command to include setcap before restart

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
woikos
2025-12-29 11:18:35 +01:00
parent 635457aed3
commit fdc4496768
6 changed files with 72 additions and 17 deletions

View File

@@ -84,7 +84,6 @@ export default {
{ src: 'public/global.css', dest: 'dist' },
{ src: 'public/favicon.png', dest: 'dist' },
{ src: 'public/orly.png', dest: 'dist' },
{ src: 'public/orly-favicon.png', dest: 'dist' },
{ src: 'public/manifest.json', dest: 'dist' },
{ src: 'public/sw.js', dest: 'dist' },
{ src: 'public/icon-192.png', dest: 'dist' },