summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/release.rules
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/build/win/release.rules')
-rw-r--r--chrome/tools/build/win/release.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/win/release.rules b/chrome/tools/build/win/release.rules
index 2b2f683..3d5c94e 100644
--- a/chrome/tools/build/win/release.rules
+++ b/chrome/tools/build/win/release.rules
@@ -8,7 +8,7 @@
Name="create installer archive"
DisplayName="create installer archive"
CommandLine="$(SolutionDir)..\third_party\python_24\python.exe $(SolutionDir)tools\build\win\create_installer_archive.py --output_dir="$(OutDir)" --input_file="$(InputPath)" [LastChromeInstaller] [LastChromeVersion] [RebuildArchive]"
- Outputs="$(OutDir)/$(InputName).7z;$(OutDir)/packed_files.txt;"
+ Outputs="$(OutDir)/$(InputName).7z;$(OutDir)/$(InputName).packed.7z;$(OutDir)/setup.ex_;$(OutDir)/packed_files.txt;"
AdditionalDependencies="$(SolutionDir)\tools\build\win\create_installer_archive.py;$(OutDir)\chrome.exe;$(OutDir)\crash_reporter.exe;$(OutDir)\chrome.dll;$(OutDir)\locales\en-US.dll;$(OutDir)\icudt38.dll"
FileExtensions="*.release"
ExecutionDescription="create installer archive"