Skip to content

Commit

Permalink
Makefile: fix location of the icons (fixes browserpass#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Apr 9, 2019
1 parent fabd420 commit b2c5168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 := \
Expand Down

0 comments on commit b2c5168

Please sign in to comment.