mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Use strong compression in Linux bundles
This commit is contained in:
parent
09a3e8756f
commit
04a9689320
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ cp build/oneshot build/bandle
|
|||
|
||||
cp -r ../SunshineAssets/* build/bandle
|
||||
cp oneshot.conf build/bandle
|
||||
zip -r build/OneshotSunshine_Linux.zip build/bandle/*
|
||||
zip -9 -r build/OneshotSunshine_Linux.zip build/bandle/*
|
||||
|
||||
# Cleanup.
|
||||
rm -rf journal/unix/__pycache__
|
||||
|
|
|
|||
Loading…
Reference in a new issue