Update build script for a more targeted set of stuff to build for unity
This commit is contained in:
@ -27,7 +27,7 @@ public class ScriptBatch
|
||||
proc.StartInfo.EnvironmentVariables["PATH"] = newPath;
|
||||
#endif
|
||||
proc.StartInfo.FileName = "python";
|
||||
proc.StartInfo.Arguments = "build.py";
|
||||
proc.StartInfo.Arguments = "build.py for_unity";
|
||||
proc.StartInfo.WorkingDirectory = "../..";
|
||||
proc.Start();
|
||||
proc.WaitForExit();
|
||||
|
Reference in New Issue
Block a user