chore(DartEditor): release 1.5.8

This commit is contained in:
Iristyle
2014-08-24 08:36:40 -07:00
parent 38216f4a9e
commit c40c98759d
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@ try {
$params = @{
PackageName = $package;
FileType = 'zip';
Url = 'https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-win32-32.zip';
Url64bit = 'https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-win32-64.zip';
Url = 'http://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-windows-ia32.zip';
Url64bit = 'http://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-windows-x64.zip';
UnzipLocation = Join-Path $Env:SystemDrive 'tools';
}