Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Releases: felixrieseberg/windows-build-tools

1.4.1

03 Feb 17:16
Compare
Choose a tag to compare

This release fixes an issue with the Python installer not correctly being found.

1.3.1

07 Jun 00:01
Compare
Choose a tag to compare

Another tiny patch release: No fixes, but a few dependency bumps. Also, windows-build-tools now installs Python 2.7.13 (previously, int installed 2.7.11).

1.2.1

16 Apr 16:59
Compare
Choose a tag to compare

A tiny patch release that fixes an error during Python installation if the username contains spaces.

1.2.0

16 Apr 16:58
Compare
Choose a tag to compare

This release updates a few dependencies and adds the ability to add the Python installation to the user's $PATH. Previously, windows-build-tools would install Python for npm only.

npm [--add-python-to-path] [...all other arguments] install --global windows-build-tools

--add-python-to-path: Add Python to the environment, allowing you to type python.exe in any shell. Defaults to false.

1.1.0

16 Apr 16:55
Compare
Choose a tag to compare

This release is tiny, it simply fixes some internal tests and adds a new silent option:

  • --silent: The script will not output any information.

1.0.0: New features! More security!

22 Dec 20:41
Compare
Choose a tag to compare

🎉 Our version 1.0 comes with a few new fancy features - mostly the ability to customize how exactly the build tools are installed. If you check out the Readme, you'll find a few command line arguments allowing you to specify proxies, the number of sockets used for the download, or even an admin configuration file for the VCC build tools - and those are just three examples out of a list of around 30.

Special thanks to Liang Gong (@JacksonGL) and Danny Grander (@grnd) for a security report (we were using http instead of https, shame on us) - and 刘祺 (@gucong3000), who made sure that the tools install speedy in all places of the world.