Browse Source

partial fix for Win7 rights issue with cygwin, not yet finished

Nicolas Cannasse 12 years ago
parent
commit
4860545008
1 changed files with 3 additions and 1 deletions
  1. 3 1
      doc/release.neko

+ 3 - 1
doc/release.neko

@@ -41,7 +41,9 @@ if( sys == "Windows" )
 else
 	cmd("cp ../haxe "+dir);
 
-cmd("cp -R CHANGES.txt LICENSE.txt ../std "+dir);
+cmd("cp -a -R CHANGES.txt LICENSE.txt ../std "+dir);
+
+if( sys == "Windows" ) cmd("chmod -R 777 "+dir);
 
 cmd("haxe all.hxml");
 chdir(dir+"/std/tools");