Skip to content

Commit

Permalink
Re-enable inkscape error-messages on build
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Nov 6, 2022
1 parent 9120887 commit a81fc20
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ mozilla: pages bundled_docs
icons:
mkdir -p unpackaged/chrome/assets
inkscape -w 48 -h 48 assets/icon.svg \
-o unpackaged/chrome/assets/icon48.png \
2>/dev/null
-o unpackaged/chrome/assets/icon48.png
inkscape -w 96 -h 96 assets/icon.svg \
-o unpackaged/chrome/assets/icon96.png \
2>/dev/null
-o unpackaged/chrome/assets/icon96.png
inkscape -w 128 -h 128 assets/icon.svg \
-o unpackaged/chrome/assets/icon128.png \
2>/dev/null
-o unpackaged/chrome/assets/icon128.png

chrome: pages bundled_docs icons
cp -r build/* unpackaged/chrome/
Expand Down

0 comments on commit a81fc20

Please sign in to comment.