2
0
Эх сурвалжийг харах

Merge pull request #1225 from DrPandemic/update-build-path-help

Fix help message to indicate the right output folder
Anthony Lavado 6 жил өмнө
parent
commit
b031a55a59
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      build

+ 1 - 1
build

@@ -29,7 +29,7 @@ usage() {
     echo -e "The web_branch defaults to the same branch name as the current main branch or can be 'local' to not touch the submodule branching."
     echo -e "To build all platforms, use 'all'."
     echo -e "To perform all build actions, use 'all'."
-    echo -e "Build output files are collected at '../jellyfin-build/<platform>'."
+    echo -e "Build output files are collected at '../bin/<platform>'."
 }
 
 # Show usage on stderr with exit 1 on argless