فهرست منبع

fix: don't return after first bin

ncannasse 6 سال پیش
والد
کامیت
1eef857ac4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);