Created
July 29, 2014 11:29
-
-
Save AxGord/d1d76fb56cf72656a84b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd C:\HaxeToolkit\haxe | |
rd std /s /q | |
rd haxe-3.1.3 /s /q | |
del haxe.exe | |
del haxelib.exe | |
del haxe_latest.tar.gz | |
wget http://hxbuilds.s3-website-us-east-1.amazonaws.com/builds/haxe/windows/haxe_latest.tar.gz | |
7z e haxe_latest.tar.gz -y | |
7z x haxe_latest.tar -y | |
move haxe-3.1.3\std . | |
move haxe-3.1.3\haxe.exe . | |
move haxe-3.1.3\haxelib.exe . | |
rd haxe-3.1.3 /s /q | |
del haxe_latest.tar.gz | |
del haxe_latest.tar | |
haxelib upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment