Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add the exec permission and use tar.gz format for linux release #65

Closed
id3nom opened this issue Sep 8, 2024 · 1 comment
Closed

add the exec permission and use tar.gz format for linux release #65

id3nom opened this issue Sep 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@id3nom
Copy link

id3nom commented Sep 8, 2024

Currently the linux binary release file are zip and the c3lsp binary don't have the execute permission,
zip is not always available on linux platform, which force the installation of another program the deflate the archive,
Also the execute permission is required to be able to execute a binary.

It would be better to add the read+execute permission 'chmod 0555 c3lsp' on the c3lsp binary and create a 'tar.gz' archive with a command like 'tar -czf c3lsp-linux-amd64.tar.gz ./release-dir-name', this would greatly improve the linux deployment.

@pherrymason pherrymason added the enhancement New feature or request label Sep 8, 2024
@pherrymason
Copy link
Owner

Added the suggested changes to the pack-release goal of the make file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants