chore(DartEditor): release 1.5.8
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<metadata>
|
<metadata>
|
||||||
<id>DartEditor</id>
|
<id>DartEditor</id>
|
||||||
<title>Dart Editor</title>
|
<title>Dart Editor</title>
|
||||||
<version>0.24898</version>
|
<version>1.5.8</version>
|
||||||
<authors>Google</authors>
|
<authors>Google</authors>
|
||||||
<owners>Ethan J Brown</owners>
|
<owners>Ethan J Brown</owners>
|
||||||
<summary>Dart Editor is an open-source tool for editing, debugging, and running Dart applications.</summary>
|
<summary>Dart Editor is an open-source tool for editing, debugging, and running Dart applications.</summary>
|
||||||
@@ -28,7 +28,7 @@ https://code.google.com/p/dart/
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency id="toolsroot"/>
|
<dependency id="toolsroot"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<releaseNotes></releaseNotes>
|
<releaseNotes>https://groups.google.com/a/dartlang.org/forum/#!forum/announce</releaseNotes>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="tools\**" target="tools" />
|
<file src="tools\**" target="tools" />
|
||||||
|
@@ -4,8 +4,8 @@ try {
|
|||||||
$params = @{
|
$params = @{
|
||||||
PackageName = $package;
|
PackageName = $package;
|
||||||
FileType = 'zip';
|
FileType = 'zip';
|
||||||
Url = 'https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-win32-32.zip';
|
Url = 'http://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-windows-ia32.zip';
|
||||||
Url64bit = 'https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-win32-64.zip';
|
Url64bit = 'http://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-windows-x64.zip';
|
||||||
UnzipLocation = Join-Path $Env:SystemDrive 'tools';
|
UnzipLocation = Join-Path $Env:SystemDrive 'tools';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user