Releases: chanderlud/cccp
Releases · chanderlud/cccp
v0.11.2
The installer now does more reconnaissance on the remote system to improve the user experience. The destination path is checked to see if:
- Is it a directory? If so, the default cccp binary name (
cccp
on unix andcccp.exe
on windows) is added to the path, then the path is rechecked - Is it a file which already exists? If so, prompt the user to check if they want to overwrite it
- Is it a file which does not exist in a directory which does exist? If so, cccp will be installed to that path
- If the parent directory (ie /home/chander/
parent-directory/cccp) does not exist, the installer will not create it and will exit with an error
mips-unknown-linux-musl
and mips64-unknown-linux-gnuabi64
are now both compiled without the installer
v0.11.1
The install command now behaves as expected. Added the s390x-unknown-linux-gnu
target.
v0.11.0
This release has precompiled binaries for most planned targets. mips-unknown-linux-musl
, mips64-unknown-linux-gnuabi64
, and aarch64-pc-windows-msvc
are currently failing builds.