ATM eask binary 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.
Steps to reproduce
- Unpack latest release for linux from releases page
- Execute
./eask --help
Expected
It will show help message
Actual
The command will fail as eask isn't an executable file
ATM
easkbinary releases are packed withzipwhich does not support permissions and henceeaskbinary is not executable when the archive is unpacked. Gotta changezipto sometar.foo, liketar.gzortar.zstd, or perhaps something else that supports the bit.Steps to reproduce
./eask --helpExpected
It will show help message
Actual
The command will fail as
easkisn't an executable file