Skip to content

Commit

Permalink
New inkscape deprecated then removed export-png, use export-filename …
Browse files Browse the repository at this point in the history
…instead
  • Loading branch information
michaliskambi committed Oct 21, 2024
1 parent 606daad commit b281f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freedesktop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(APP_NAME).svg: $(APP_ICON)
cp -f $< $@

$(APP_NAME).png: $(APP_ICON)
inkscape --export-width=48 --export-height=48 $< --export-png=$@
inkscape --export-width=48 --export-height=48 $< --export-filename=$@

$(APP_NAME).icns: $(APP_ICON)
../../scripts/svg_to_icns.sh $< $@

0 comments on commit b281f05

Please sign in to comment.