Skip to content

Commit b0e9cd3

Browse files
committed
script update for parallel processing
1 parent cb37d88 commit b0e9cd3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

update.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ set +e
1111
DUMPER_EXIT_CODE=$?
1212
set -e
1313

14-
ProcessDepot ".dll"
15-
ProcessDepot ".exe"
16-
DeduplicateStringsFrom ".dll" "game/bin/win64/engine2_strings.txt" "game/bin/win64/tier0_strings.txt" "DumpSource2/.stringsignore"
17-
DeduplicateStringsFrom ".exe" "game/bin/win64/engine2_strings.txt" "game/bin/win64/tier0_strings.txt" "DumpSource2/.stringsignore"
14+
ProcessDepot ".dll" ".exe"
15+
DeduplicateStringsFrom ".dll" ".exe" -- "game/bin/win64/engine2_strings.txt" "game/bin/win64/tier0_strings.txt" "DumpSource2/.stringsignore"
1816
ProcessVPK
1917

2018
echo "::group::Extracting VPKs"

0 commit comments

Comments
 (0)