Skip to content

Instantly share code, notes, and snippets.

@AxGord
Created July 29, 2014 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AxGord/d1d76fb56cf72656a84b to your computer and use it in GitHub Desktop.
Save AxGord/d1d76fb56cf72656a84b to your computer and use it in GitHub Desktop.
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