diff options
Diffstat (limited to 'chrome/tools/build/win/release.rules')
-rw-r--r-- | chrome/tools/build/win/release.rules | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/tools/build/win/release.rules b/chrome/tools/build/win/release.rules index 8c4170d..62a304f 100644 --- a/chrome/tools/build/win/release.rules +++ b/chrome/tools/build/win/release.rules @@ -7,7 +7,7 @@ <CustomBuildRule 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)" --distribution=$(CHROMIUM_BUILD) [LastChromeInstaller] [LastChromeVersion] [RebuildArchive]" + CommandLine="$(SolutionDir)..\third_party\python_24\python.exe $(SolutionDir)tools\build\win\create_installer_archive.py --output_dir="$(OutDir)" --input_file="$(InputPath)" --distribution=$(CHROMIUM_BUILD) [LastChromeInstaller] [LastChromeVersion] [SkipRebuildArchive]" 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" @@ -26,11 +26,11 @@ Description="Last released version of Chrome (used to name the patch file)" Switch="--last_chrome_version="[value]"" /> - <BooleanProperty - Name="RebuildArchive" - DisplayName="Rebuild Archive" - Description="Rebuilds chrome.7z even if already exists" - Switch="--rebuild_archive" + <StringProperty + Name="SkipRebuildArchive" + DisplayName="Skip Rebuilding Archive" + Description="Skips rebuilding chrome.7z archive if it already exists" + Switch="--skip_rebuild_archive" /> </Properties> </CustomBuildRule> |