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

@@ -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