#Linux (Mint) doesn't recognize application as executable nativly.
1 messages · Page 1 of 1 (latest)
I mean, the only thing we could do is to distribute the executable inside a tarball, which can preserve the file attributes
but for a basic binary file as we distribute it now, we can't make it executable for you, because that flag is set in the local file system, that's not a bug, but just how Linux works
you gotta run chmod +x filename yourself