You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 fileThe text was updated successfully, but these errors were encountered: