mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Update:Debian packager script to use xz compression instead of zstd
This commit is contained in:
parent
24c35dede5
commit
3a99cc56b7
@ -50,9 +50,8 @@ echo "$controlfile" > dist/debian/DEBIAN/control;
|
||||
# Package debian
|
||||
pkg -t node18-linux-x64 -o dist/debian/usr/share/audiobookshelf/audiobookshelf .
|
||||
|
||||
fakeroot dpkg-deb --build dist/debian
|
||||
fakeroot dpkg-deb -Zxz --build dist/debian
|
||||
|
||||
mv dist/debian.deb "dist/$OUTPUT_FILE"
|
||||
chmod +x "dist/$OUTPUT_FILE"
|
||||
|
||||
echo "Finished! Filename: $OUTPUT_FILE"
|
||||
|
Loading…
Reference in New Issue
Block a user