Include VERSION in release package

This commit is contained in:
nsubiron 2019-03-27 16:39:09 +01:00
parent 2c0e35797d
commit 99e7b39ba7
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ if $DO_COPY_FILES ; then
copy_if_changed "./PythonAPI/vehicle_gallery.py" "${DESTINATION}/vehicle_gallery.py"
copy_if_changed "./Util/ImportMaps.sh" "${DESTINATION}/ImportMaps.sh"
echo "${REPOSITORY_TAG}" > ${DESTINATION}/VERSION
popd >/dev/null
fi