From f9639b3a1b039013cafe23373c0f022e20dc6c8e Mon Sep 17 00:00:00 2001 From: KikooDX Date: Thu, 14 May 2020 10:26:58 +0200 Subject: [PATCH] [setpack.sh] Automate the updating of up-editor textures --- setpack.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setpack.sh b/setpack.sh index 780ab08..ee54e3b 100755 --- a/setpack.sh +++ b/setpack.sh @@ -1,3 +1,5 @@ for FOLDER in "$@";do cp -r $FOLDER/*.png assets-cg/img/ -v done +cd up-editor +./update.sh