Skip to content

Commit

Permalink
community to zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher-igel committed Jul 19, 2024
1 parent e311a22 commit d2d186f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed APP_Packages/Apps/.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions utils/make-app-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d2d186f

Please sign in to comment.