From 021b2b08cfd6255669f2bb4b2469bde9dd5705ad Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sat, 1 Oct 2022 18:36:06 +0300 Subject: [PATCH] added compression option for *.deb (#125) --- build/linux/build-deb.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index 4e7b2bdd..d12264da 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -8,11 +8,7 @@ cp -TRv deb $B_PATH rsync --exclude=app/ui/lang --exclude=app/ui/icons --exclude=__pycache__ -arv ../../app $DEB_PATH cd dist -fakeroot dpkg-deb --build DemonEditor +fakeroot dpkg-deb -Zxz --build DemonEditor mv DemonEditor.deb DemonEditor_$VER.deb rm -R DemonEditor - - - -