We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf6439 commit 3643b4fCopy full SHA for 3643b4f
1 file changed
update.sh
@@ -12,7 +12,9 @@ DUMPER_EXIT_CODE=$?
12
set -e
13
14
ProcessDepot ".dll"
15
-DeduplicateStringsFrom ".dll" "game/bin/win64/engine2_strings.txt" "game/bin/win64/tier0_strings.txt"
+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"
18
ProcessVPK
19
20
echo "::group::Extracting VPKs"
0 commit comments