I want to know if is possible to send a built app to my coworkers without them having to execute commands like flutter run -d macOS
or even installing Flutter.
I tried sending them the build
folder and executing the app inside macos/Build/Products/Release
but it says `
`
It is as easy as right clicking it and open it for it to work, but I also want to know if there is a way to sign it
or something so it can be opened easily.