Explorar o código

fix: don't return after first bin

ncannasse %!s(int64=6) %!d(string=hai) anos
pai
achega
1eef857ac4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      other/haxelib/Run.hx

+ 1 - 1
other/haxelib/Run.hx

@@ -97,7 +97,7 @@ class Build {
 				}
 				if( isBin ) {
 					if( !sys.FileSystem.exists(targetPath) ) sys.io.File.copy(srcPath,targetPath);
-					return;
+					continue;
 				}
 				var content = sys.io.File.getContent(srcPath);
 				var tpl = new haxe.Template(content);