Skip to content

Commit

Permalink
Use convert -strip
Browse files Browse the repository at this point in the history
to not add the build date into the produced .png file
to make the package build reproducible.

needed because of declined ImageMagick/ImageMagick#1270
  • Loading branch information
bmwiedemann committed Dec 5, 2019
1 parent 5f1a335 commit 1ca196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion branding/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $(BINDIR)/%.png: \

@echo $@ ...
@$(MKDIR) `dirname $@`
@$(CONVERT) -background transparent $< $@
@$(CONVERT) -strip -background transparent $< $@
@$(OPTIPNG) -o7 $@

$(BINDIR)/%.ico: \
Expand Down

0 comments on commit 1ca196d

Please sign in to comment.