blender/release/datafiles/prvicons.sh

8 lines
167 B
Bash
Raw Normal View History

#!/bin/sh
# This script updates icons from the SVG file
BASEDIR=$(dirname "$0")
2013-08-27 10:03:37 +00:00
inkscape "$BASEDIR/prvicons.svg" --without-gui --export-png="$BASEDIR/prvicons.png"
2013-08-27 10:03:37 +00:00