added compression option for *.deb (#125)

This commit is contained in:
DYefremov
2022-10-01 18:36:06 +03:00
parent 0d68e43212
commit 021b2b08cf

View File

@@ -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