mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 07:06:45 +00:00
We build too many walls and not enough bridges
This commit is contained in:
17
internal/frontend/share/icons/export.sh
Executable file
17
internal/frontend/share/icons/export.sh
Executable 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
|
||||
Reference in New Issue
Block a user