chore: release AdobeAIR 3.7.0.1860
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<metadata>
|
<metadata>
|
||||||
<id>AdobeAIR</id>
|
<id>AdobeAIR</id>
|
||||||
<title>Adobe AIR Runtime</title>
|
<title>Adobe AIR Runtime</title>
|
||||||
<version>3.4.0.2710</version>
|
<version>3.7.0.1860</version>
|
||||||
<authors>Adobe</authors>
|
<authors>Adobe</authors>
|
||||||
<owners>Ethan J Brown</owners>
|
<owners>Ethan J Brown</owners>
|
||||||
<summary>Adobe AIR runtime is necessary for AIR based applications.</summary>
|
<summary>Adobe AIR runtime is necessary for AIR based applications.</summary>
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
$package = 'AdobeAIR'
|
$package = 'AdobeAIR'
|
||||||
|
$version = '3.7'
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
@@ -6,7 +7,7 @@ try {
|
|||||||
PackageName = $package;
|
PackageName = $package;
|
||||||
FileType = 'exe';
|
FileType = 'exe';
|
||||||
SilentArgs = '-silent -eulaAccepted';
|
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
|
Install-ChocolateyPackage @params
|
||||||
|
Reference in New Issue
Block a user