forked from bartvdbraak/blender
5 lines
119 B
Bash
5 lines
119 B
Bash
|
#!/bin/sh
|
||
|
# This script updates icons from the SVG file
|
||
|
|
||
|
inkscape prvicons.svg --without-gui --export-png=prvicons.png
|