mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:52:48 +02:00
Use common icon for notifier and main app bundles
This commit is contained in:
parent
071c41a92d
commit
3ca5a472e6
1 changed files with 3 additions and 2 deletions
|
|
@ -639,8 +639,9 @@ def specialise_plist(plist):
|
|||
self.create_app_clone('console.app', specialise_plist)
|
||||
# Comes from the terminal-notifier project:
|
||||
# https://github.com/alloy/terminal-notifier
|
||||
shutil.copytree(join(SW, 'build/notifier.app'), join(
|
||||
self.contents_dir, 'calibre-notifier.app'))
|
||||
dest = join(self.contents_dir, 'calibre-notifier.app')
|
||||
shutil.copytree(join(SW, 'build/notifier.app'), dest)
|
||||
shutil.copy2(join(self.resources_dir, 'calibre.icns'), join(dest, 'Contents', 'Resources', 'library.icns'))
|
||||
|
||||
@flush
|
||||
def create_gui_apps(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue