This commit is contained in:
JustArchi
2021-01-06 20:43:51 +01:00
parent 3b9a63d9bf
commit e00e615b02
4 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ jobs:
# If we're including any overlay for this variant, copy it to output directory
if [ -d "ArchiSteamFarm/overlay/${1}" ]; then
cp "ArchiSteamFarm/overlay/${1}/"* "out/${1}"
cp -pR "ArchiSteamFarm/overlay/${1}/"* "out/${1}"
fi
# If we're including SteamTokenDumper plugin for this framework, copy it to output directory