feat(Brackets): release Sprint 30 (build 9116)

This commit is contained in:
Iristyle
2013-09-16 11:14:18 -04:00
parent 6963ea910e
commit fe352c848b
2 changed files with 12 additions and 12 deletions

View File

@@ -1,11 +1,12 @@
$package = 'Brackets'
$build = '30'
try {
$params = @{
PackageName = $package;
FileType = 'msi';
SilentArgs = '/q';
Url = 'http://download.brackets.io/file.cfm?platform=WIN&build=25';
Url = "http://download.brackets.io/file.cfm?platform=WIN&build=$build";
}
Install-ChocolateyPackage @params