blender/release/datafiles/prvicons.sh
Campbell Barton 4882cb6f28 convenience makefile: support spaces in paths
also update for new source/tools paths.
2013-11-17 18:54:03 +11:00

8 lines
167 B
Bash
Executable File

#!/bin/sh
# This script updates icons from the SVG file
BASEDIR=$(dirname "$0")
inkscape "$BASEDIR/prvicons.svg" --without-gui --export-png="$BASEDIR/prvicons.png"