vls icon indicating copy to clipboard operation
vls copied to clipboard

Linux build for VLS is not executable after download

Open hungrybluedev opened this issue 4 years ago • 0 comments

The executable generated by the CI is uploaded and available for download from the releases page. However, this approach removes the executable permissions from the file. The fix is simple, just run chmod +x vls_linux_x64.

This additional step can be removed if we ZIP the files before uploading as an asset for release. This will preserve the executable permission and the executable will run with no permission changes necessary.

hungrybluedev avatar Aug 13 '21 10:08 hungrybluedev