-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for "this application can't be opened" error on opening tabcmd.app on Mac #285
Conversation
Thanks for the contribution! Unfortunately we can't verify the commit author(s): Renoy John Marattukalam <r***@r***.i***.s***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce Inc. Contributor License Agreement and this Pull Request will be revalidated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you ran the github action "Release-Executable" for the latest changes you should be good to merge.
Issue: "This application can't be opened" error was encountered on using the tabcmd.app on Mac environment from release artifacts
Resolution: The app wasn't properly bundled and the zip of the bundle associated with
actions/upload-artifact@v4
github action led to loss of executable file's+x
permission and eventually led to aforementioned error while using the app. This PR addresses this issue by tar-ing the app bundle before uploading it to artifact thereby preserving the necessary file permissions