瀏覽代碼

use -win directory for haxe as well

Nicolas Cannasse 18 年之前
父節點
當前提交
cc54b54490
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/Installer.hx
  2. 1 1
      doc/release.neko

+ 1 - 1
doc/Installer.hx

@@ -103,7 +103,7 @@ class Installer {
 			if( r.match(f) ) {
 				var pf = r.matched(3);
 				switch( SYS ) {
-				case "Windows": if( pf != "" ) continue;
+				case "Windows": if( pf != "-win" ) continue;
 				case "Linux": if( pf != "-linux" ) continue;
 				case "Mac": if( pf != "-osx" ) continue;
 				default: continue;

+ 1 - 1
doc/release.neko

@@ -9,7 +9,7 @@ ext = switch( sys ) {
 	"Windows" => {
 		curdir = ".\\";
 		binext = ".exe";
-		""
+		"-win"
 	}
 	"Mac" => "-osx"
 	"Linux" => "-linux"