From 07be49dd7f3b25cc78e3ecbaf5c38d9f3f86a737 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Tue, 1 Mar 2022 19:45:39 -0800 Subject: [PATCH] fix technic makefile for restructure --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 112b4e8..62811d8 100644 --- a/Makefile +++ b/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: