You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platypus has been suggested by many sources to do this but I can't figure out how.
Is this actually supported? I already tried creating the app bundle manually by creating the correct folder structure and info.plist but the app keeps closing right after opening.
Running the Unix exec directly works fine.
The text was updated successfully, but these errors were encountered:
To clarify, using script type sh, bash or zsh (with interface text window) shows the following when I run the app.. 'Test.app/Contents/Resources/script: cannot execute binary file'.
Using 'Other' as script type shows no output and just a spinning wheel in the bottom left corner of the app window.
Creating an app with Script Editor using the following works as intended..
to run
tell application "Terminal"
do script "path_to_unix_exec"
end tell
end run
also if u donot like panel created by platypus and instead want to execute your binary directly just copy your binary to Contents/Macos and replace binary there. There probably is better way by writing .plist file yourself though.
Platypus has been suggested by many sources to do this but I can't figure out how.
Is this actually supported? I already tried creating the app bundle manually by creating the correct folder structure and info.plist but the app keeps closing right after opening.
Running the Unix exec directly works fine.
The text was updated successfully, but these errors were encountered: