diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-12-09 22:16:48 -0600 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-12-09 22:16:57 -0600 |
| commit | 3e7fdfb6c8a50c59ac933f701526ad1815dded92 (patch) | |
| tree | d2c699ff93e23d0fe45845a4c2dc05d820ec317b /static/src/icons/removefill.sh | |
| parent | 39738b84e9164b0f2d01f22440548c4393160013 (diff) | |
| download | immich-frame-3e7fdfb6c8a50c59ac933f701526ad1815dded92.tar.xz immich-frame-3e7fdfb6c8a50c59ac933f701526ad1815dded92.zip | |
refactor codebase. Reorganize file structure. Replace webpack for vite. Setup setuptools for application. Move closer to distributable appv0.3.0
Diffstat (limited to 'static/src/icons/removefill.sh')
| -rwxr-xr-x | static/src/icons/removefill.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/static/src/icons/removefill.sh b/static/src/icons/removefill.sh deleted file mode 100755 index 399e8e4..0000000 --- a/static/src/icons/removefill.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# Google Material Icons -- complete default settings -sed -Ei 's/ ?fill="#[0-9a-fA-F]{6}"//' *.svg -for svg in *.svg; do - echo "import \"./icons/$svg\"" -done |
