forked from bartvdbraak/blender
8 lines
161 B
Bash
Executable File
8 lines
161 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
|
|
|