mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Update:Debian packager script to use xz compression instead of zstd
This commit is contained in:
parent
24c35dede5
commit
3a99cc56b7
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue