mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-26 18:34:18 +08:00
in Linux build script, copy the entire steamclient_loader folder
This commit is contained in:
parent
8997c70ac6
commit
d10058ea44
@ -366,19 +366,7 @@ fi
|
|||||||
## tools
|
## tools
|
||||||
if [[ "$BUILD_TOOL_CLIENT_LDR" = "1" ]]; then
|
if [[ "$BUILD_TOOL_CLIENT_LDR" = "1" ]]; then
|
||||||
[[ -d "$build_root_tools/steamclient_loader/" ]] || mkdir -p "$build_root_tools/steamclient_loader/"
|
[[ -d "$build_root_tools/steamclient_loader/" ]] || mkdir -p "$build_root_tools/steamclient_loader/"
|
||||||
steamclient_files=(
|
cp -f "$tools_dir"/steamclient_loader/linux/* "$build_root_tools/steamclient_loader/"
|
||||||
"ldr_appid.txt"
|
|
||||||
"ldr_cmdline.txt"
|
|
||||||
"ldr_cwd.txt"
|
|
||||||
"ldr_exe.txt"
|
|
||||||
"ldr_steam_rt.txt"
|
|
||||||
"README.md"
|
|
||||||
"steamclient_loader.sh"
|
|
||||||
)
|
|
||||||
for f in "${steamclient_files[@]}"; do
|
|
||||||
cp -f "$tools_dir/steamclient_loader/linux/$f" "$build_root_tools/steamclient_loader/";
|
|
||||||
done
|
|
||||||
|
|
||||||
echo; echo;
|
echo; echo;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user