We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb37d88 commit b0e9cd3Copy full SHA for b0e9cd3
1 file changed
update.sh
@@ -11,10 +11,8 @@ set +e
11
DUMPER_EXIT_CODE=$?
12
set -e
13
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"
+ProcessDepot ".dll" ".exe"
+DeduplicateStringsFrom ".dll" ".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