I have created a python tkinter data entry tool. I run PyInstaller on my mac and succesfully get a .app file that runs perfectly fine on my mac. When I put it in a box folder for my friend to use on his mac, he gets "You can't open the application "xxx" because this application is not supported on this mac. I am using a newer M1 mac and he is using an older one (2020 i think), not sure if that matters. I tried creating a dmg image and sharing that through the box drive. He can succesfully download the dmg, but when he tries to open it or drag it to his desktop he gets the same error. Would a .pkg work and if so how do I create one? Any other advice or help, I would be incredibly grateful for.
Tried sharing it in .app and .dmg form, expecting him being able to download it and neither worked.