Initial commit, working Titanium mod

This commit is contained in:
Brevven 2019-07-21 17:16:09 -07:00
commit 8508a04f51
46 changed files with 447 additions and 0 deletions

15
Makefile Normal file
View file

@ -0,0 +1,15 @@
.PHONY: zip install
v = bztitanium_$(shell jq -r .version info.json)
copy:
mkdir -p ../$(v)
cp -rf * ../$(v)
rm ../$(v).zip
cd ..; zip -9 -r -y $(v).zip $(v) -x "*.xcf" -x "*.git*"
install: copy
cp -f ../$(v).zip ../../mods/