Closed yozachar closed 1 year ago
zsnap is capable of installing binaries from git repositories. Can you please provide bin binaries inside the repository itself?
zsnap
bin
| . ├── bin │ ├── bin_0.16.2_Darwin_arm64 │ ├── bin_0.16.2_Darwin_x86_64 │ ├── bin_0.16.2_Linux_arm64 │ ├── bin_0.16.2_Linux_i386 │ ├── bin_0.16.2_Linux_x86_64 │ ├── bin_0.16.2_Windows_arm64.exe │ ├── bin_0.16.2_Windows_i386.exe │ ├── bin_0.16.2_Windows_x86_64.exe ├── cmd │ ├── ensure.go │ ├── error.go . . . │ ├── update.go │ └── update_test.go ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── go.mod ├── go.sum ├── LICENSE ├── main.go . . . └── README.md
Edit: Nevermind
zsnap
is capable of installing binaries from git repositories. Can you please providebin
binaries inside the repository itself?Edit: Nevermind