Is there a way to get rid of the `.kexe` suffix on...
# multiplatform
u
Is there a way to get rid of the
.kexe
suffix on executables (on macos)? it looks weird to me (I never see suffixes on executables, like
./foo
, or should I not try to do it away? (im a native noob)
s
I think you can just remove it, macOS and Linux don't care about the file extension, they see the executable headers.
u
I know I can do it manually, I meant config
s
Ah, no clue tbh.