lexical-lsp / lexical

Lexical is a next-generation elixir language server
782 stars 77 forks source link

Zipped package now keeps file permissions #609

Closed scohen closed 4 months ago

scohen commented 4 months ago

The built-in erlang zip command did not preserve execute permisisons in the build directory (this feels like a bug), so the artifact that was created didn't have them set. Instead, we now use the zip command, which keeps permissions.

Fixes #450