Index: tools/win/copy-installer.bat |
diff --git a/tools/win/copy-installer.bat b/tools/win/copy-installer.bat |
index 0e563de5e1869bccb4340ef95dd9184a38c6a2da..d231f61a67c5c87a5a51c1f75087b28d70426f5b 100755 |
--- a/tools/win/copy-installer.bat |
+++ b/tools/win/copy-installer.bat |
@@ -9,7 +9,7 @@ REM into the directory \[out|build]\[Debug|Release] on the current drive. |
REM |
REM Usage: |
REM \\build.share\<path_to_checkout>\src\tools\win\copy-installer.bat |
-REM |
+REM |
REM By default, the script will copy the Debug build in the tree, falling back |
REM to the Release build if one is not found. Similarly, the ninja output |
REM directory is preferred over the devenv output directory. Specify |
@@ -50,7 +50,7 @@ SET TO=\%OUTPUT%\%BUILDTYPE% |
REM Figure out what files to copy based on the component type (shared/static). |
IF EXIST "%FROM%\base.dll" ( |
-SET TOCOPY=*.pdb setup.exe setup.exe.manifest chrome.packed.7z *.dll |
+SET TOCOPY=*.pdb setup.exe setup.exe.manifest chrome*.7z *.dll |
robertshield
2012/08/14 16:45:28
Ideally this should copy chrome.packed.7z if it ex
gab
2012/08/14 19:15:37
Done.
|
SET INSTALLER=setup.exe |
) ELSE ( |
SET TOCOPY=*.pdb mini_installer.exe |