mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This is a step on the way to building an installer that always fetches the latest release of Meteor, so that we don't need to build a new installer for every release. TODO: * Expose a new endpoint on https://package.meteor.com with the latest release, and consume it in the installer * Use libcurl to fetch the installer, so that we can bypass the TLS settings on Windows Server which by default don't let you fetch HTTPS assets that use TLS 1.2 (as do ours) * Automatically detect and use the proxy settings configured in Internet Explorer, eg http://stackoverflow.com/questions/202547/how-do-i-find-out-the-browsers-proxy-settings