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