1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-04-11 11:31:57 +02:00

Update release builder: enclose string in quotes -_-

This commit is contained in:
plague006 2019-02-03 12:18:42 -05:00
parent 0bdacb7542
commit d337332116

View File

@ -9,7 +9,7 @@ cp -rf Refactorio/RedMew working_copy
echo "Removing git files"
rm -rf working_copy/.??*
echo "Writing the version file"
echo "global.redmew_version=$DATE_FORMATTED-$COMMIT_SHA" > working_copy/resources/version.lua
echo "global.redmew_version='$DATE_FORMATTED-$COMMIT_SHA'" > working_copy/resources/version.lua
echo "Contents of the version file:"
cat working_copy/resources/version.lua
echo "Copying map_selection.lua.sample to map_selection.lua"