From a7f94d064563545538af70fb86240420d7827030 Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Wed, 10 Apr 2019 05:13:52 -0500 Subject: [PATCH] Fix build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7283295..b0743c5 100755 --- a/build.sh +++ b/build.sh @@ -36,7 +36,7 @@ package_scripts() { out_name=$(tar_name "$tar_prefix") cd dist - tar czvf "$out_name" "$tar_prefix" + tar czvf "$out_name" "$combined_folder" cd .. mv "dist/$out_name" . }