diff --git a/APP_Packages/Apps/.zip b/APP_Packages/Apps/.zip deleted file mode 100644 index 35ff575..0000000 Binary files a/APP_Packages/Apps/.zip and /dev/null differ diff --git a/utils/make-app-packages.sh b/utils/make-app-packages.sh index 6e19048..950d8b9 100755 --- a/utils/make-app-packages.sh +++ b/utils/make-app-packages.sh @@ -26,9 +26,9 @@ for category in $CATEGORIES; do if [ -d $app ]; then zip_needed=false #zip_reason="" - zip_file="$ZIPLOCATION/$category/$app_community.zip"; + zip_file="$ZIPLOCATION/$category/${app}_community.zip"; # Take the zip file string out of changed files so we don't recreate it needlessly - CHANGEDFILES=${CHANGEDFILES//APP_Packages\/$category\/$app_community.zip/} + CHANGEDFILES=${CHANGEDFILES//APP_Packages\/$category\/${app}_community.zip/} if [ ! -f $zip_file ]; then zip_needed=true;