mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-22 06:02:06 +02:00
in Linux build script, copy the entire steamclient_loader folder
This commit is contained in:
parent
8997c70ac6
commit
d10058ea44
1 changed files with 1 additions and 13 deletions
|
@ -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…
Add table
Reference in a new issue