dfinity / dfxvm

dfx version manager
Apache License 2.0
7 stars 5 forks source link

feat: download cargo-dist-style release tarballs #64

Closed ericswanson-dfinity closed 8 months ago

ericswanson-dfinity commented 8 months ago

Description

Download the new release tarballs, which store the dfx binary in a subdirectory of the same name as the archive. This matches the structure of the release archives that cargo-dist makes, and is more consistent with release tarballs in general (though there are no strict rules).

Fixes https://dfinity.atlassian.net/browse/SDK-1360

How Has This Been Tested?

Installed dfx 0..5.2, 0.9.3, 0.16.0, and 0.16.1-cargodist.4 (actually created with cargo-dist) on OSX and WSL.

Checklist: