Updating run files

This commit is contained in:
underscorediscovery
2013-09-05 20:38:14 -02:30
parent 035c82aa92
commit b20c8cfde0
2 changed files with 1 additions and 1 deletions

BIN
run.n vendored

Binary file not shown.

View File

@@ -32,7 +32,7 @@ class RunScript {
var sample = data;
var name = data2;
var samples_path = PathHelper.getHaxelib (new Haxelib ("luxe")) + 'samples/';
var samples_path = PathHelper.getHaxelib (new Haxelib("luxe")) + 'project_templates/';
var sample_path = samples_path + sample + '/';
if(FileSystem.exists(sample_path)) {