mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-31 16:19:39 +00:00
Add: Support for multiple authors separated by & #160
This commit is contained in:
parent
94f47b855b
commit
e073577574
2 changed files with 19 additions and 10 deletions
|
|
@ -9,7 +9,8 @@
|
|||
"client": "cd client && npm install && npm run generate",
|
||||
"prod": "npm run client && npm install && node prod.js",
|
||||
"build-win": "pkg -t node12-win-x64 -o ./dist/win/audiobookshelf .",
|
||||
"build-linux": "build/linuxpackager"
|
||||
"build-linux": "build/linuxpackager",
|
||||
"docker": "docker buildx build -t advplyr/audiobookshelf --platform linux/amd64,linux/arm64 --push ."
|
||||
},
|
||||
"bin": "prod.js",
|
||||
"pkg": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue