From feb322dbfd8101c4825488bd07953a3568921c73 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Tue, 9 Apr 2019 17:04:16 +0200 Subject: [PATCH] Makefile: fix location of the icons (fixes #81) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05504a1..bec4a78 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,9 @@ extension: EXTENSION_FILES := \ src/*.css \ src/*.png \ + src/*.svg \ src/fonts/* \ src/popup/*.html \ - src/popup/*.png \ src/popup/*.svg \ src/options/*.html EXTENSION_FILES := \