| Index: tools/create_editor.py
|
| ===================================================================
|
| --- tools/create_editor.py (revision 37403)
|
| +++ tools/create_editor.py (working copy)
|
| @@ -208,7 +208,7 @@
|
| # (dart-editor-macosx.cocoa.x86.zip). It contains the editor application in a
|
| # dart/ subdirectory. We unzip the contents of the archive into OUTPUT. It
|
| # will use the ../dart-sdk directory as its SDK.
|
| - archives = glob.glob(join(OUTPUT, '*.zip'))
|
| + archives = glob.glob(join(OUTPUT, 'd*.zip'))
|
|
|
| if archives:
|
| ProcessEditorArchive(arch, archives[0], OUTPUT)
|
|
|