Merge pull request #464 from Mbucari/master

Fix #463
This commit is contained in:
rmcrackan 2023-01-25 20:48:58 -05:00 committed by GitHub
commit 0877f2c042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ chmod +x "$FOLDER_DEBIAN/preinst"
chmod +x "$FOLDER_DEBIAN/postinst"
echo "Creating .deb file..."
dpkg-deb --build $FOLDER_MAIN
dpkg-deb -Zxz --build $FOLDER_MAIN
rm -r "$FOLDER_MAIN"