Add an .icns file for OS X.

See #384.
This commit is contained in:
Florian Bruhin 2015-04-13 15:01:30 +02:00
parent 3e1d62171f
commit d413aacc19
2 changed files with 1 additions and 0 deletions

BIN
icons/qutebrowser.icns Normal file

Binary file not shown.

View File

@ -74,6 +74,7 @@ bdist_dmg_options = {
bdist_mac_options = {
'qt_menu_nib': os.path.join(BASEDIR, 'misc', 'qt_menu.nib'),
'iconfile': os.path.join(BASEDIR, 'icons', 'qutebrowser.icns'),
}
if sys.platform.startswith('win'):