diff --git a/artwork/Ersatztv.icns b/artwork/Ersatztv.icns index 4e129a990..c29f3f1b4 100644 Binary files a/artwork/Ersatztv.icns and b/artwork/Ersatztv.icns differ diff --git a/artwork/ersatztv-app-logo.svg b/artwork/ersatztv-app-logo.svg new file mode 100644 index 000000000..f19452938 --- /dev/null +++ b/artwork/ersatztv-app-logo.svg @@ -0,0 +1,21 @@ + + + + + + + + Ersatz + TV + + diff --git a/artwork/icns.sh b/artwork/icns.sh deleted file mode 100755 index 7c369f3d1..000000000 --- a/artwork/icns.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -IFS='.' read -ra ADDR <<< "$1" -ICONSET=${ADDR[0]}.iconset -mkdir $ICONSET -sips -z 16 16 $1 --out $ICONSET/icon_16x16.png -sips -z 32 32 $1 --out $ICONSET/icon_16x16@2x.png -sips -z 32 32 $1 --out $ICONSET/icon_32x32.png -sips -z 64 64 $1 --out $ICONSET/icon_32x32@2x.png -sips -z 128 128 $1 --out $ICONSET/icon_128x128.png -sips -z 256 256 $1 --out $ICONSET/icon_128x128@2x.png -sips -z 256 256 $1 --out $ICONSET/icon_256x256.png -sips -z 512 512 $1 --out $ICONSET/icon_256x256@2x.png -sips -z 512 512 $1 --out $ICONSET/icon_512x512.png -cp $1 $ICONSET/icon_512x512@2x.png -iconutil -c icns $ICONSET -rm -R $ICONSET -