mirror of
https://github.com/jcreek/OpenNetworkDiagram.git
synced 2026-07-12 18:43:44 +00:00
18 lines
470 B
Markdown
18 lines
470 B
Markdown
# Vendor Icon Refresh
|
|
|
|
This project vendors icon assets from `homarr-labs/dashboard-icons` into:
|
|
|
|
- `static/icons/vendor/homarr/`
|
|
|
|
After refreshing the vendored files, regenerate the searchable manifest:
|
|
|
|
```bash
|
|
pnpm run icons:manifest
|
|
```
|
|
|
|
Then verify:
|
|
|
|
- `src/lib/config/vendorIconManifest.ts` changed as expected
|
|
- `third_party/homarr-dashboard-icons/SOURCE.txt` has the new upstream commit/date
|
|
- `third_party/homarr-dashboard-icons/LICENSE` still matches upstream
|