Skip to content

Commit

Permalink
Minimal modifications to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed May 20, 2017
1 parent 3e00180 commit 801311f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
'plist': {
'CFBundleName': APP_NAME,
'CFBundleDisplayName': APP_NAME,
'CFBundleGetInfoString': 'Cast macOS audio to your Google cast devices',
'CFBundleGetInfoString': 'Cast macOS audio to your Google cast devices and Sonos speakers',
'CFBundleIdentifier': 'com.mkchromecast.osx',
'CFBundleVersion': version,
'CFBundleShortVersionString': version,
'NSHumanReadableCopyright': u'Copyright (c) 2016, Muammar El Khatib, All Rights Reserved',
'NSHumanReadableCopyright': u'Copyright (c) 2017, Muammar El Khatib, All Rights Reserved',
'LSPrefersPPC': True
}
}
Expand Down

0 comments on commit 801311f

Please sign in to comment.