Skip to content

Commit f03942d

Browse files
author
Joachim Meyer
committed
Projectnames can be split by a space now.
1 parent bf58bbb commit f03942d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDE/Contents/Source/PolycodeToolLauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void PolycodeRunner::runThread() {
5454
String args = polyappPath;
5555
#elif defined _WINDOWS
5656
String command = "\""+polycodeBasePath+"/Standalone/Player/PolycodePlayer.exe\"";
57-
String args = polyappPath;
57+
String args = "\""+polyappPath+"\"";
5858
String inFolder = polycodeBasePath+"/Standalone/Player";
5959
#else
6060
String command = "./PolycodePlayer";

0 commit comments

Comments
 (0)