`zsh-snap` compatibility
yozachar opened this issue · 0 comments
yozachar commented
zsnap
is capable of installing binaries from git repositories. Can you please provide bin
binaries inside the repository itself?
| .
├── 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