Transfer compiled files to PI. Asks for open in an application

HI Guys
I’m pretty new to Xojo but have created a Serial (USB) app and compiled the exe for Win and its all working well and can distribute.

The intention is to get the apps working on the PI 3 b+. I have VNC up and can get the debugger running and the app looks good and works on the PI through the debugger…

The issue is when i compile for ARM32 and transfer the compiled files over (using WINSCP). When i run the compiled app icon its always asks to run in another application? It will not run standalone?

Any ideas

Thanks

Jon

Did you set the execute flag for the binary permissions?

No… I just read an older post and the permissions come over as execute:nobody…

Fixed and working.

Thanks for the help

Jon

Happy to help!