03-31-2024, 04:41 AM
script.run("script.cs") means "let LA compile and launch the script". In exe it usually has no sense, and can be replaced with run.it("exe file created from that script"). To automate the "create exe" step can be used /*/ postBuild /*/.
