File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ Release
119119/Documentation /Doxygen /output /standalone /Physics2D
120120/Documentation /Doxygen /output /standalone /Physics3D
121121/Documentation /Doxygen /output /standalone /Networking
122+ /Documentation /Doxygen /output /standalone /PolycodeUI
122123
123124/Documentation /Doxygen /output /web /Polycode
124125/Documentation /Doxygen /output /web /Physics2D
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ 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+" \" " ;
You can’t perform that action at this time.
0 commit comments