Junk directory names in release

Release zip no longer preserves directory names. It just has the files.
This commit is contained in:
Sasha Koshka
2022-05-07 17:54:14 -04:00
parent ffdc0ba328
commit b207169a25
+2 -1
View File
@@ -178,7 +178,8 @@ case $1 in
buildAll small
echo "... packaging release"
mkdir -p "$RELEASE_PATH"
zip $ZIP_PATH $ZIP_FILES
rm $ZIP_PATH
zip $ZIP_PATH $ZIP_FILES -j
echo ".// packaged"
;;