Platypus app returning “cannot execute binary file” after giving it a shell script. Why?
I am creatign an app which I orginally created in Python. I then ran the Pyinstaller command to turn it into a shell script. I then inputed this shell script into Platypus to turn it in to a .app file. I have tried making the app in Pyinstaller, but it has issues too. Below, I have my orginal Python code, the command I ran to create the Pyinstaller script, and a screenshot of the Platypus app setup. As a note: When I run the shell script without making it an app, I recive no errors, and it works as expected.