fix technic makefile for restructure

This commit is contained in:
Merith-TK 2022-03-01 19:45:39 -08:00
parent 2656ac8264
commit 07be49dd7f

View file

@ -38,9 +38,9 @@ technic:
-rm -rf .technic -rm -rf .technic
-cp -r .minecraft .technic -cp -r .minecraft .technic
mv .technic/vanillia.icon.png .technic/icon.png mv .technic/vanillia.icon.png .technic/icon.png
cd .technic && java -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/main/.minecraft/pack.toml && cd .. cd .technic && java -jar ../.minecraft/packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/main/.minecraft/pack.toml && cd ..
-rm -rf .technic/packwiz* -rm -rf .technic/packwiz* .technic/index.toml .technic/pack.toml .technic/mods/*.toml
7z d ../vanillia-technic.zip ./* -r 7z d ../vanillia-technic.zip ./* ./.* -r
7z a ../vanillia-technic.zip ./.technic/* -r 7z a ../vanillia-technic.zip ./.technic/* -r
clean: clean: