Skip to content

Commit

Permalink
Optimize compression settings
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 25, 2021
1 parent 5db280b commit b3559f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makebundle
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ sudo chown -R $USER "${APPLICATION_NAME}".app
mkdir -p diskroot
mv "${APPLICATION_NAME}".app diskroot/
makefs -o label="${APPLICATION_NAME}" "${APPLICATION_NAME}".app.ufs diskroot/
mkuzip -A zstd -C 15 -o "${APPLICATION_NAME}".img "${APPLICATION_NAME}".app.ufs
mkuzip -A zstd -C 15 -d -s 262144 -o "${APPLICATION_NAME}".img "${APPLICATION_NAME}".app.ufs

0 comments on commit b3559f7

Please sign in to comment.