chore: release AdobeAIR 3.7.0.1860

This commit is contained in:
Iristyle
2013-06-06 08:33:56 -04:00
parent 22089e33e1
commit 0e77b21d6f
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<metadata>
<id>AdobeAIR</id>
<title>Adobe AIR Runtime</title>
<version>3.4.0.2710</version>
<version>3.7.0.1860</version>
<authors>Adobe</authors>
<owners>Ethan J Brown</owners>
<summary>Adobe AIR runtime is necessary for AIR based applications.</summary>

View File

@@ -1,4 +1,5 @@
$package = 'AdobeAIR'
$version = '3.7'
try {
@@ -6,7 +7,7 @@ try {
PackageName = $package;
FileType = 'exe';
SilentArgs = '-silent -eulaAccepted';
Url = 'http://airdownload.adobe.com/air/win/download/3.4/AdobeAIRInstaller.exe'
Url = 'http://airdownload.adobe.com/air/win/download/3.7/AdobeAIRInstaller.exe'
}
Install-ChocolateyPackage @params