We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf58bbb commit f03942dCopy full SHA for f03942d
IDE/Contents/Source/PolycodeToolLauncher.cpp
@@ -54,7 +54,7 @@ void PolycodeRunner::runThread() {
54
String args = polyappPath;
55
#elif defined _WINDOWS
56
String command = "\""+polycodeBasePath+"/Standalone/Player/PolycodePlayer.exe\"";
57
- String args = polyappPath;
+ String args = "\""+polyappPath+"\"";
58
String inFolder = polycodeBasePath+"/Standalone/Player";
59
#else
60
String command = "./PolycodePlayer";
0 commit comments