deb build update

This commit is contained in:
DYefremov
2023-05-09 22:38:59 +03:00
parent 5e84656c20
commit 444df51706
11 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ DEB_PATH="$B_PATH/usr/share/demoneditor"
mkdir -p $B_PATH
cp -TRv deb $B_PATH
rsync -arv ../../app/ui/lang/* "$B_PATH/usr/share/locale"
rsync --exclude=app/ui/lang --exclude=app/ui/icons --exclude=__pycache__ -arv ../../app $DEB_PATH
rsync --exclude=__pycache__ -arv ../../extensions $DEB_PATH