feat(AdobeAir): release 3.8.0.870
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>AdobeAIR</id>
|
||||
<title>Adobe AIR Runtime</title>
|
||||
<version>3.7.0.1860</version>
|
||||
<version>3.8.0.870</version>
|
||||
<authors>Adobe</authors>
|
||||
<owners>Ethan J Brown</owners>
|
||||
<summary>Adobe AIR runtime is necessary for AIR based applications.</summary>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
$package = 'AdobeAIR'
|
||||
$version = '3.7'
|
||||
$version = '3.8'
|
||||
|
||||
try {
|
||||
|
||||
@@ -7,7 +7,7 @@ try {
|
||||
PackageName = $package;
|
||||
FileType = 'exe';
|
||||
SilentArgs = '-silent -eulaAccepted';
|
||||
Url = 'http://airdownload.adobe.com/air/win/download/3.7/AdobeAIRInstaller.exe'
|
||||
Url = "http://airdownload.adobe.com/air/win/download/$version/AdobeAIRInstaller.exe"
|
||||
}
|
||||
|
||||
Install-ChocolateyPackage @params
|
||||
|
Reference in New Issue
Block a user