Skip to content

Don't lose "executable bit" in binary releases #214

@Hi-Angel

Description

@Hi-Angel

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

  1. Unpack latest release for linux from releases page
  2. Execute ./eask --help

Expected

It will show help message

Actual

The command will fail as eask isn't an executable file

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions