From 04a96893206e59ee7a207cba88bec34cc62b2129 Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Wed, 12 Aug 2026 23:34:02 +0400 Subject: [PATCH] Use strong compression in Linux bundles --- make-oneshot-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-oneshot-linux.sh b/make-oneshot-linux.sh index ff1c7d0..f4410ef 100755 --- a/make-oneshot-linux.sh +++ b/make-oneshot-linux.sh @@ -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__