From 7e82ed59823befab6bdf706cf8cc3dcbc9978d32 Mon Sep 17 00:00:00 2001 From: Philipp Matthias Schaefer Date: Sun, 14 Jun 2020 20:15:45 +0200 Subject: [PATCH] =?UTF-8?q?Iconskript=20an=20ge=C3=A4nderte=20Kommandozeil?= =?UTF-8?q?enschnittstelle=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mit der Version 1.0 von Inkscape hat sich die Kommandozeilenschnittstelle verändert. --- build_icon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_icon.sh b/build_icon.sh index 1708db1..eefe3d0 100644 --- a/build_icon.sh +++ b/build_icon.sh @@ -1 +1 @@ -inkscape -z -e icon.png -w 200 -h 200 -b white icon.svg +inkscape -o icon.png -w 200 -h 200 -b white icon.svg