- Don't launch Chrome installers if they're already installed - Heuristic for Canary is a path check - Heuristic for dev channel is path check + reg key
26 lines
1.5 KiB
XML
26 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<metadata>
|
|
<id>GoogleChrome.Dev</id>
|
|
<title>Google Chrome Dev Web Browser</title>
|
|
<version>24.0.1297.0</version>
|
|
<authors>Google</authors>
|
|
<owners>Ethan J Brown</owners>
|
|
<summary>Google Chrome Dev is released once or twice a week and is generally several major release ahead of the stable channel.</summary>
|
|
<description>Dev channel: Want to see what's happening quickly, then you want the Dev channel. The Dev channel gets updated once or twice weekly, and it shows what we're working on right now. There's no lag between major versions, whatever code we've got, you will get. While this build does get tested, it is still subject to bugs, as we want people to see what's new as soon as possible.
|
|
|
|
Note that Chrome auto-updates itself after an initial install.
|
|
</description>
|
|
<projectUrl>http://www.chromium.org/getting-involved/dev-channel</projectUrl>
|
|
<tags>google chrome web browser html5</tags>
|
|
<licenseUrl>https://www.google.com/chrome/intl/en/eula_text.html</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/GoogleChrome.Dev/GoogleChrome.png</iconUrl>
|
|
<releaseNotes></releaseNotes>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\core\ChromeHelpers.ps1" target="tools" />
|
|
<file src="tools\**" target="tools" />
|
|
</files>
|
|
</package>
|