Преглед изворни кода

Projectnames can be split by a space now.

Joachim Meyer пре 11 година
родитељ
комит
f03942d739
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      IDE/Contents/Source/PolycodeToolLauncher.cpp

+ 1 - 1
IDE/Contents/Source/PolycodeToolLauncher.cpp

@@ -54,7 +54,7 @@ void PolycodeRunner::runThread() {
 	String args = polyappPath;
 #elif defined _WINDOWS
 	String command = "\""+polycodeBasePath+"/Standalone/Player/PolycodePlayer.exe\"";
-	String args = polyappPath;
+	String args = "\""+polyappPath+"\"";
 	String inFolder = polycodeBasePath+"/Standalone/Player";
 #else
 	String command = "./PolycodePlayer";