mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Put output into bin instead of jellyfin-build
This commit is contained in:
parent
5587dd8bfb
commit
9f6bca3658
2
build
2
build
@ -217,7 +217,7 @@ for target_platform in ${platform[@]}; do
|
|||||||
done
|
done
|
||||||
if [[ -d pkg-dist/ ]]; then
|
if [[ -d pkg-dist/ ]]; then
|
||||||
echo -e ">> Collecting build artifacts"
|
echo -e ">> Collecting build artifacts"
|
||||||
target_dir="../../../jellyfin-build/${target_platform}"
|
target_dir="../../../bin/${target_platform}"
|
||||||
mkdir -p ${target_dir}
|
mkdir -p ${target_dir}
|
||||||
mv pkg-dist/* ${target_dir}/
|
mv pkg-dist/* ${target_dir}/
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user