Merge branch 'save_ext' into jgrpp
# Conflicts: # config.lib # src/misc_gui.cpp # src/network/network_gui.cpp # src/settings_type.h # src/smallmap_gui.cpp # src/smallmap_gui.h # src/station_cmd.cpp # src/toolbar_gui.cpp # src/vehicle_gui.cpp # src/window.cpp
This commit is contained in:
@@ -74,8 +74,6 @@ if [ -d "$ROOT_DIR/.git" ]; then
|
||||
|
||||
if [ -n "$TAG" ]; then
|
||||
VERSION="${TAG}"
|
||||
elif [ "${BRANCH}" = "master" ]; then
|
||||
VERSION="${ISODATE}-g${SHORTHASH}"
|
||||
else
|
||||
VERSION="${ISODATE}-${BRANCH}-g${SHORTHASH}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user