Index: tools/win/copy-installer.bat |
diff --git a/tools/win/copy-installer.bat b/tools/win/copy-installer.bat |
index e5be01ddf66db6b22a439b183c289f2f7373192f..34fb6fea8a07725739408b8052abf75ff03daca0 100755 |
--- a/tools/win/copy-installer.bat |
+++ b/tools/win/copy-installer.bat |
@@ -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=setup.exe setup.exe.manifest chrome.7z *.dll |
+SET TOCOPY=setup.exe chrome.7z *.dll |
SET ARCHIVETODELETE=chrome.packed.7z |
SET INSTALLER=setup.exe |
) ELSE ( |