mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-30 12:29:40 +01:00
added compression option for *.deb (#125)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user