summary refs log tree commit diff
path: root/install.sh
blob: e8c7855a2239258a0787380093eba89eb4b1a549 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
function update_mod {
	echo "updating $1..."
	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 -
}

update_mod auto-tune
update_mod whispers-bugfix