Index: tools/run_pub.py |
diff --git a/tools/run_pub.py b/tools/run_pub.py |
index 8532b18f5cd301b017e5955e94053250a27d7ca6..b0c60ed841b96fc30720ff386714b0849bcd7c5e 100755 |
--- a/tools/run_pub.py |
+++ b/tools/run_pub.py |
@@ -29,7 +29,7 @@ def ProcessOptions(options, args): |
(options.dart_executable != None)) |
def GetPrebuiltDartExecutablePath(): |
- osdict = {'Darwin':'macos', 'Linux':'linux', 'Windows':'win32'} |
+ osdict = {'Darwin':'macos', 'Linux':'linux', 'Windows':'windows'} |
system = platform.system() |
executable_name = 'dart' |
if system == 'Windows': |