Welcome to mirror list, hosted at ThFree Co, Russian Federation.

prvicons.sh « datafiles « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95546ff0a4aa150f850eff17fb116cfa73e94d21 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# This script updates icons from the SVG file

BASEDIR=$(dirname "$0")

inkscape "$BASEDIR/prvicons.svg" --without-gui --export-png="$BASEDIR/prvicons.png"