dreambuilder_game-cd2025/mods/dreambuilder_extras/update-dreambuilder-online-files.sh
VanessaE 4394beec6a Convert the modpack into a standalone game for the Minetest engine
Integrated into the game is most of minetest_game as the stable base
2021-02-24 22:05:32 -05:00

23 lines
531 B
Bash
Executable File

#!/bin/bash
echo -e "\nBuilding Dreambuilder ..."
echo -e "=================================================================\n"
/home/vanessa/Minetest-related/Scripts/customize-dreambuilder.sh
timestamp=`date +%Y%m%d-%H%M`
echo -e "\nUpdate git repos..."
echo -e "=================================================================\n"
cd /home/vanessa/Minetest-related/mods/my_mods/dreambuilder_modpack
git add .
git commit -a
git push
git tag $timestamp
git push --tags
cd ~
echo -e "\nDone. Build timestamp: $timestamp \n"