Include VERSION in release package
This commit is contained in:
parent
2c0e35797d
commit
99e7b39ba7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue