This sounds very weird to me. Any sane build toolchain should produce a runnable executable that already has +x. What did you use to compile it?
Removing double-click to run an executable binary certainly sounds like something either Gnome or Ubuntu would do, but thankfully that's not the only option in town. In KDE I believe the same exact Windows workflow would just work.
>Any sane build toolchain should produce a runnable executable that already has +x. What did you use to compile it?`
`cargo build --release`
Good to know KDE doesn't do that!
Even stranger then. Just to make sure I'm not missing something, I just tried this on my Mac:
Are you sure it's not because the package in question does some kind of weird custom build steps?Might have got lost in translation when I moved it from WSL to a windows-made zip file. I think that workflow nukes permissions.