mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
fix fresh build
This commit is contained in:
12
build-all.sh
12
build-all.sh
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
PLATFORMS=(
|
||||
'linux/arm64'
|
||||
'linux/arm64'
|
||||
'linux/arm7'
|
||||
'linux/amd64'
|
||||
'linux/arm5'
|
||||
@@ -40,11 +40,11 @@ ROOT=${PWD}
|
||||
OUTPUT="${ROOT}/dist/TorrServer"
|
||||
|
||||
#### Build web
|
||||
echo "Build web"
|
||||
cd "${ROOT}/web" || exit 1
|
||||
npm install --silent
|
||||
cd "${ROOT}"
|
||||
$GOBIN run gen_web.go || exit 1
|
||||
echo "Build web"
|
||||
cd "${ROOT}/web" || exit 1
|
||||
npm install --silent
|
||||
cd "${ROOT}"
|
||||
$GOBIN run gen_web.go || exit 1
|
||||
|
||||
#### Build server
|
||||
echo "Build server"
|
||||
|
||||
Reference in New Issue
Block a user