Hi, the ZIP releases lik sieve-0.5.3-linux-x64.zip on https://github.com/thsmi/sieve/releases/tag/0.5.3 are not very useful to Linux users because ZIP cannot carry file permissions, so if you try to run it you get:
$ ./sieve
zsh: permission denied: ./sieve
If one try to fix it it still fails because other files don't have the right permisisons:
$ chmod +x sieve
$ ./sieve
zsh: no such file or directory: ./sieve
Could you switch to .tar.gz or a similar format that keeps executable permissions (chmod +x bits)?
Thanks!
Hi, the ZIP releases lik
sieve-0.5.3-linux-x64.zipon https://github.com/thsmi/sieve/releases/tag/0.5.3 are not very useful to Linux users because ZIP cannot carry file permissions, so if you try to run it you get:If one try to fix it it still fails because other files don't have the right permisisons:
Could you switch to
.tar.gzor a similar format that keeps executable permissions (chmod+xbits)?Thanks!