Skip to content

Commit 3643b4f

Browse files
authored
Dump exe, dedupe from stringsignore
1 parent fbf6439 commit 3643b4f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

update.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ DUMPER_EXIT_CODE=$?
1212
set -e
1313

1414
ProcessDepot ".dll"
15-
DeduplicateStringsFrom ".dll" "game/bin/win64/engine2_strings.txt" "game/bin/win64/tier0_strings.txt"
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"
1618
ProcessVPK
1719

1820
echo "::group::Extracting VPKs"

0 commit comments

Comments
 (0)