Fix build script

pull/81/head
Matthew D. Scholefield 2019-04-10 05:13:52 -05:00
parent 116f596292
commit a7f94d0645
1 changed files with 1 additions and 1 deletions

View File

@ -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" .
}