Skip to content
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

OS X: change "python2" menu bar title to "Syncplay" #87

Closed
blaenk opened this issue Dec 23, 2015 · 3 comments
Closed

OS X: change "python2" menu bar title to "Syncplay" #87

blaenk opened this issue Dec 23, 2015 · 3 comments
Labels

Comments

@blaenk
Copy link
Contributor

blaenk commented Dec 23, 2015

Issue #86 fixes the menu bar on OS X, which is awesome, but it shows "python2" instead of "Syncplay" as the application title.

It looks like in order to change the application name from "python2" to something else, we need to edit some Info.plist file in the generated .app (if we're even generating one at the moment). Source.

Alternatively, this answer in particular seems to go over packaging methods for python apps on OS X.

@nilsding
Copy link
Contributor

This issue will be fixed once we manage to package Syncplay as an .app. I'll take a look at generating one using PyInstaller.

@blaenk
Copy link
Contributor Author

blaenk commented Dec 23, 2015

Yep. Check out the last link, the guy surveys a couple of options including PyInstaller.

@albertosottile
Copy link
Member

Fixed by PR #150.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants