Skip to content

Commit 801311f

Browse files
committed
Minimal modifications to setup.py.
1 parent 3e00180 commit 801311f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
'plist': {
5555
'CFBundleName': APP_NAME,
5656
'CFBundleDisplayName': APP_NAME,
57-
'CFBundleGetInfoString': 'Cast macOS audio to your Google cast devices',
57+
'CFBundleGetInfoString': 'Cast macOS audio to your Google cast devices and Sonos speakers',
5858
'CFBundleIdentifier': 'com.mkchromecast.osx',
5959
'CFBundleVersion': version,
6060
'CFBundleShortVersionString': version,
61-
'NSHumanReadableCopyright': u'Copyright (c) 2016, Muammar El Khatib, All Rights Reserved',
61+
'NSHumanReadableCopyright': u'Copyright (c) 2017, Muammar El Khatib, All Rights Reserved',
6262
'LSPrefersPPC': True
6363
}
6464
}

0 commit comments

Comments
 (0)