Build CLI binary as executable prior to zip/release #2880
Labels
area: cli
type: usability
Issues related to better usability experience, including bad error messages
The current CLI downloaded via the URL (for example, this one), when unzipped just provides a file. The user has to manually convert the file to an executable on Linux/MacOS by typing
chmod +x kuzu
to allow it to be executed.Is there something that could be done during the build process that allows us to unzip the downloaded file directly as an executable?
The text was updated successfully, but these errors were encountered: