From d94ce591f20f0a561a68b239ece14f7f8fd487d9 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Sun, 22 May 2022 03:02:28 +0200 Subject: gtk4 rewrite --- convert_icons.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 convert_icons.sh (limited to 'convert_icons.sh') diff --git a/convert_icons.sh b/convert_icons.sh deleted file mode 100755 index ae9a204..0000000 --- a/convert_icons.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -set -e - -ROOT_DIR=$(dirname -- "$0") -ICONS_DIR=$ROOT_DIR/mbgui/icons -FEATHER_DIR=$ROOT_DIR/feather - -ICONS_16="inbox folder mail trash flag file eye-off" - -mkdir -p $ICONS_DIR - -for i in $ICONS_16; do - convert -background none $FEATHER_DIR/$i.svg \ - -geometry 16x16 $ICONS_DIR/$i-16.png -done -- cgit v1.2.3-70-g09d2