mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-05 02:34:56 +02:00
Fix:Linux build script to use node16
This commit is contained in:
parent
944a5b3e92
commit
9b7e6a6058
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ Description: $DESCRIPTION"
|
|||
echo "$controlfile" > dist/debian/DEBIAN/control;
|
||||
|
||||
# Package debian
|
||||
pkg -t node12-linux-x64 -o dist/debian/usr/share/audiobookshelf/audiobookshelf .
|
||||
pkg -t node16-linux-x64 -o dist/debian/usr/share/audiobookshelf/audiobookshelf .
|
||||
|
||||
fakeroot dpkg-deb --build dist/debian
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue