Fix: Reorganizing repository utils.

master
aa6 2018-01-02 18:11:28 +03:00
parent 0b430e3e23
commit 7af2af7eed
5 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Wadsprint [![Version](/util/minetest_wadsprint_version.png)] [minetest_wadsprint]
# Wadsprint [![Version](/util/version.png)] [minetest_wadsprint]
Minetest mod for sprinting with W, A and D buttons.

View File

@ -1 +1 @@
0.7.0
0.7.1

View File

@ -11,8 +11,8 @@ case $1 in
VERSION=`cat VERSION`
VERSION=`increment_version $VERSION`
echo -n $VERSION > VERSION
convert -background none -density 196 -fill black -pointsize 21 -resample 72 -unsharp 0x.5 label:"$(cat VERSION)" -trim +repage -bordercolor white -border 3 util/minetest_wadsprint_version.png
convert -background none -density 196 -fill black -pointsize 21 -resample 72 -unsharp 0x.5 label:"$(cat VERSION)" -trim +repage -bordercolor white -border 3 util/version.png
git add VERSION
git add util/minetest_wadsprint_version.png
git add util/version.png
;;
esac

Binary file not shown.

Before

Width:  |  Height:  |  Size: 450 B

BIN
util/version.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB