mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
add icon to plist
This commit is contained in:
parent
b4b4805a0b
commit
067f94aae2
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ PLIST = dict(
|
|||
CFBundleName = 'Anki',
|
||||
CFBundleDocumentTypes=[dict(CFBundleTypeExtensions=["anki"],
|
||||
CFBundleTypeName="Anki Deck",
|
||||
CFBundleTypeRole="Editor")],
|
||||
CFBundleTypeRole="Editor",
|
||||
CFBundleTypeIconFile="anki.icns")],
|
||||
CFBundleLocalizations = ['en'],
|
||||
)
|
||||
OPTIONS = {
|
||||
|
|
Loading…
Reference in a new issue