We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed1f52 commit 4ddbcbcCopy full SHA for 4ddbcbc
scripts/bundleapps.sh
@@ -35,7 +35,7 @@ for apprepo in internal_filesystem/apps internal_filesystem/builtin/apps; do
35
echo "Setting file modification times to a fixed value..."
36
find . -type f -exec touch -t 202501010000.00 {} \;
37
echo "Creating $mpkname with deterministic file order..."
38
- find . -type f | sort | TZ=CET zip -X "$mpkname" -@
+ find . -type f | sort | TZ=CET zip -X -r0 "$mpkname" -@
39
cp res/mipmap-mdpi/icon_64x64.png "$thisappdir"/icons/"$appdir"_"$version"_64x64.png
40
popd
41
done
0 commit comments