-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working