ATM easkbinary releases are packed with zip which does not support permissions and hence eask binary is not executable when the archive is unpacked. Gotta change zip to some tar.foo, like tar.gz or tar.zstd, or perhaps something else that supports the bit.
ATM
eask
binary releases are packed withzip
which does not support permissions and henceeask
binary is not executable when the archive is unpacked. Gotta changezip
to sometar.foo
, liketar.gz
ortar.zstd
, or perhaps something else that supports the bit.Steps to reproduce
./eask --help
Expected
It will show help message
Actual
The command will fail as
eask
isn't an executable file