diff --git a/run.n b/run.n index e7b278f1b..3b77e1b3f 100644 Binary files a/run.n and b/run.n differ diff --git a/script/src/RunScript.hx b/script/src/RunScript.hx index 2634e1aff..f7f332d3f 100644 --- a/script/src/RunScript.hx +++ b/script/src/RunScript.hx @@ -32,7 +32,7 @@ class RunScript { var sample = data; var name = data2; - var samples_path = PathHelper.getHaxelib (new Haxelib("luxe")) + 'project_templates/'; + var samples_path = PathHelper.getHaxelib (new Haxelib("luxe")) + 'template_projects/'; var sample_path = samples_path + sample + '/'; if(FileSystem.exists(sample_path)) {