2
0
blitz-research 9 жил өмнө
parent
commit
4b94ac31b0

BIN
bin/mx2cc_windows.exe


+ 1 - 1
src/mx2new/builder.monkey2

@@ -573,7 +573,7 @@ Class Builder
 		
 		If Not opts.run Return
 		
-		Exec( outputFile )
+		Exec( "~q"+outputFile+"~q" )
 		
 	End