summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/make_chromebot_zip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/build/win/make_chromebot_zip.sh')
-rwxr-xr-xchrome/tools/build/win/make_chromebot_zip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/win/make_chromebot_zip.sh b/chrome/tools/build/win/make_chromebot_zip.sh
index 4e5f4c5..c4d0f15 100755
--- a/chrome/tools/build/win/make_chromebot_zip.sh
+++ b/chrome/tools/build/win/make_chromebot_zip.sh
@@ -47,7 +47,7 @@ popd
zip -r $output.zip $output
# Create chrome symbol zip file
-sym_files=( chrome_dll.pdb chrome_exe.pdb )
+sym_files=( chrome.dll.pdb chrome.exe.pdb )
sym_output=${2:-chrome-win32-syms}
rm -fr $sym_output $sym_output.zip