File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ void PolycodeRunner::runThread() {
5151#if defined(__APPLE__) && defined(__MACH__)
5252 String command = " ../MacOS/PolycodePlayer" ;
5353 String inFolder = polycodeBasePath+" /Standalone/Player/PolycodePlayer.app/Contents/Resources" ;
54- String args = polyappPath;
54+ String args = " \" " + polyappPath+ " \" " + ;
5555#elif defined _WINDOWS
5656 String command = " \" " +polycodeBasePath+" /Standalone/Player/PolycodePlayer.exe\" " ;
5757 String args = " \" " +polyappPath+" \" " ;
5858 String inFolder = polycodeBasePath+" /Standalone/Player" ;
5959#else
6060 String command = " ./PolycodePlayer" ;
6161 String inFolder = polycodeBasePath+" /Standalone/Player" ;
62- String args = polyappPath;
62+ String args = " \" " + polyappPath+ " \" " ;
6363#endif
6464
6565 String ret = CoreServices::getInstance ()->getCore ()->executeExternalCommand (command, args, inFolder);
You can’t perform that action at this time.
0 commit comments