fix(icons): commit generated icons; installs and regular builds never render

User installs failed with 'resvg-py is missing' because the web/desktop
source builds rendered icons on whatever python was on PATH. The default
brand outputs are now committed; source_build, apps/desktop build.mjs and
the npm/docusaurus pre-hooks consume them directly. Flavored release
bundles (canary/commit) still render into their own product dir.

icons-freshness-check now regenerates and fails on any byte diff.
This commit is contained in:
ethernet
2026-09-24 19:17:34 -04:00
parent 27df3b8847
commit 4b7229d612
48 changed files with 56 additions and 93 deletions

View File

@@ -4,9 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"predev": "node ../scripts/generate-icons.mjs --source .. --out ..",
"dev": "vite",
"prebuild": "node ../scripts/generate-icons.mjs --source .. --out ..",
"build": "node ../scripts/build/web.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",

BIN
web/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB