Browse Source

Put output into bin instead of jellyfin-build

Joshua Boniface 6 năm trước cách đây
mục cha
commit
9f6bca3658
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build

+ 1 - 1
build

@@ -217,7 +217,7 @@ for target_platform in ${platform[@]}; do
     done
     if [[ -d pkg-dist/ ]]; then
         echo -e ">> Collecting build artifacts"
-        target_dir="../../../jellyfin-build/${target_platform}"
+        target_dir="../../../bin/${target_platform}"
         mkdir -p ${target_dir}
         mv pkg-dist/* ${target_dir}/
     fi