-
Notifications
You must be signed in to change notification settings - Fork 113
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
Shows terminal window when auto-launch #61
Comments
Could you please share the solution? |
I'm having this same issue with my macOS Electron app. What was your solution? |
Apparently this is the same as #28. Trying out v 5.0.2 |
I used
solve the problem. |
I think the origin code makes the executable file auto-lauch, and macOS wants the Application to auto-launch. So change the file's path to the application's path, because the file's path is so deep. |
@MonFig Thank you for your response. I upgraded to version 5.0.3 and this issue was fixed without the workaround posted above. The main window of my application opens without any terminal windows. Login Items properly shows "Application" instead of "Unix Executable". |
Hi there I met a issue that my Application shows
Unix executable
instead ofApplication
inUsers & Groups
.Therefore, when I login my Mac, a terminal window would open and shows
Once I stop the process, the application would quit.
and there is how I package the application:
Is there anything wrong with my code? Or is it how it supposed to be that way?
The text was updated successfully, but these errors were encountered: