From ddb751b02017bd003c39cc0ad970990c58361c52 Mon Sep 17 00:00:00 2001 From: Rabbit Whispers Date: Sat, 14 Jun 2025 18:45:35 -0500 Subject: auto-tune: no more mismatching mindstars! --- install.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 6cfabb7..cfcc1a4 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,9 @@ -cd rabbit-bugfix -zip -r --filesync tome-rabbit-bugfix.teaa init.lua data hooks overload superload -install -m755 tome-rabbit-bugfix.teaa $HOME/games/steam/TalesMajEyal/game/addons/tome-rabbit-bugfix.teaa -cd - +function update_mod { + cd $1 + zip -r --filesync tome-$1.teaa init.lua data hooks overload superload + install -m755 tome-$1.teaa $HOME/games/steam/TalesMajEyal/game/addons/tome-$1.teaa + cd - +} -# cd rabbit-qol -# zip -r --filesync tome-rabbit-qol.teaa init.loa data hooks overload superload -# install -m755 tome-rabbit-qol.teaa $HOME/games/steam/TalesMajEyal/game/addons/tome-rabbit-qol.teaa +update_mod rabbit-bugfix +update_mod auto-tune -- cgit