More ADB shenanigans

This commit is contained in:
Joshua Granick
2015-01-29 09:01:18 -08:00
parent aa15d71e1f
commit f259724627

View File

@@ -284,7 +284,7 @@ class AndroidHelper {
var devices = new Array <String> (); var devices = new Array <String> ();
var output = ""; var output = "";
if (PlatformHelper.hostPlatform == Platform.MAC) { if (PlatformHelper.hostPlatform != Platform.WINDOWS) {
var tempFile = PathHelper.getTemporaryFile (); var tempFile = PathHelper.getTemporaryFile ();