Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4ddbcbc

Browse files
don't compress
1 parent1ed1f52 commit4ddbcbc

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)

[8]ページ先頭

©2009-2025 Movatter.jp