- commit
- cf581d55a914436f682ac148f55c627434f79515
- parent
- b7a1c1f1b5e2539c85da5f0d9dea3d16ebc8a5b2
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-09-15 05:12
fix icon background
Diffstat
| M | Makefile | 3 | +++ |
| D | icon-128.png | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
@@ -5,6 +5,9 @@ all: outline.js outline.css 5 5 bundle.zip: manifest.json icon-128.png bg.js outline.js outline.css 6 6 zip $@ $^ 7 7 -1 8 icon-128.png: icon.svg -1 9 inkscape $< --export-filename=$@ -1 10 8 11 outline.js: src/outline.js src/*.js node_modules 9 12 browserify $< -o $@ 10 13