diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index eec120e36..cd07113ca 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -95,3 +95,4 @@ and we will add you. **All** contributors belong here. 💯 - [Salman Shah](https://github.com/sbshah97) - [Ray Terrill](https://github.com/rayterrill) - [Kim Christensen](https://github.com/kichristensen) +- [Shivam](https://github.com/Bharadwajshivam28) diff --git a/magefile.go b/magefile.go index 66475feca..4e0811cdb 100644 --- a/magefile.go +++ b/magefile.go @@ -679,8 +679,7 @@ func Install() { // Removing the file first clears the cache so that we don't run into "zsh: killed MIXIN..." // See https://stackoverflow.com/questions/67378106/mac-m1-cping-binary-over-another-results-in-crash // See https://openradar.appspot.com/FB8914231 - mgx.Must(os.Remove(filepath.Join(destDir, mixin+xplat.FileExt()))) - mgx.Must(os.RemoveAll(filepath.Join(destDir, "runtimes"))) + // Copy the mixin client binary mgx.Must(shx.Copy(filepath.Join(srcDir, mixin+xplat.FileExt()), destDir))