We build too many walls and not enough bridges

This commit is contained in:
Jakub
2020-04-08 12:59:16 +02:00
commit 17f4d6097a
494 changed files with 62753 additions and 0 deletions

View File

@ -0,0 +1,17 @@
#!/bin/bash
# create bitmaps
for shape in rounded rectangle
do
for usage in systray syswarn app
do
group=$shape-$usage
inkscape --without-gui --export-id=$group --export-png=$group.png all_icons.svg
done
done
# mac icon
png2icns Bridge.icns rounded-app.png
# windows icon
convert rectangle-app.png -define icon:auto-resize=256,128,64,48,32,16 logo.ico