update build script to write a version file

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
development
kim (grufwub) 3 years ago
parent ffa42c0183
commit e4187eb229

@ -38,6 +38,9 @@ echo ""
# Clean build directory
rm -rf build/; mkdir -p build/
# Write the version
echo "$VERSION" > 'build/version.txt'
# Build time :)
# Linux

Loading…
Cancel
Save