mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +00:00
fix technic makefile for restructure
This commit is contained in:
parent
2656ac8264
commit
07be49dd7f
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -38,9 +38,9 @@ technic:
|
|||
-rm -rf .technic
|
||||
-cp -r .minecraft .technic
|
||||
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 ..
|
||||
-rm -rf .technic/packwiz*
|
||||
7z d ../vanillia-technic.zip ./* -r
|
||||
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* .technic/index.toml .technic/pack.toml .technic/mods/*.toml
|
||||
7z d ../vanillia-technic.zip ./* ./.* -r
|
||||
7z a ../vanillia-technic.zip ./.technic/* -r
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue