Skip to content

Commit 4ddbcbc

Browse files
don't compress
1 parent 1ed1f52 commit 4ddbcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bundleapps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for apprepo in internal_filesystem/apps internal_filesystem/builtin/apps; do
3535
echo "Setting file modification times to a fixed value..."
3636
find . -type f -exec touch -t 202501010000.00 {} \;
3737
echo "Creating $mpkname with deterministic file order..."
38-
find . -type f | sort | TZ=CET zip -X "$mpkname" -@
38+
find . -type f | sort | TZ=CET zip -X -r0 "$mpkname" -@
3939
cp res/mipmap-mdpi/icon_64x64.png "$thisappdir"/icons/"$appdir"_"$version"_64x64.png
4040
popd
4141
done

0 commit comments

Comments
 (0)