summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2021-01-18 22:04:55 +0000
committerSimon Tatham <anakin@pobox.com>2021-01-18 22:06:31 +0000
commit012dd9929556904bff99c6a274f7e04c9a6cd4ff (patch)
tree9b29373a4d0dc61653c25dc4403f60a4de25e2e5
parentf7af730e3a57fdd976be3e33349bb825e03f0f57 (diff)
Switch to using convert for the icon.
Inkscape's export to PNG has variable command line syntax between versions, and also wanted an X server while running.
-rwxr-xr-xdebian/make-debian-icons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/make-debian-icons.py b/debian/make-debian-icons.py
index 935424b..780064d 100755
--- a/debian/make-debian-icons.py
+++ b/debian/make-debian-icons.py
@@ -16,4 +16,4 @@ for elt in list(root):
tree.write('icon.svg')
-subprocess.check_call(["inkscape","-e","icon.png","icon.svg"])
+subprocess.check_call(["convert","-background","transparent","icon.svg","icon.png"])