dmuratshin 9 years ago
parent
commit
7cf7d296b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/resbuild/oxygine_helper.py

+ 1 - 1
tools/resbuild/oxygine_helper.py

@@ -24,4 +24,4 @@ class helper(object):
             import oxyresbuild
             oxyresbuild.process(args)
         else:
-            os.system(self.path_process_xml + " " + args)
+            os.system("python \"{}\" {}".format(self.path_process_xml, args))