From f8656dfa89f430871f07e66f949fa241d92dc43c Mon Sep 17 00:00:00 2001 From: underscorediscovery Date: Wed, 11 Sep 2013 17:43:17 -0230 Subject: [PATCH] renaming project_templates to template_projects --- run.n | Bin 74235 -> 74235 bytes script/src/RunScript.hx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/run.n b/run.n index e7b278f1bbf1a7ed3eab4712ff6e0d34908cacc1..3b77e1b3f844d50d7a60b5b931b24d5843791835 100644 GIT binary patch delta 35 rcmex;nC16jmJJ;&0wt-r1v!Z&sqqCx`B|ySCCxKfw$ET;OqK-zAV3aw delta 35 rcmex;nC16jmJJ;&0tH3+S*gh-@g=Fb1v!Z&sm(K3w$ET;OqK-zAZ`wJ 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)) {