diff --git a/mac/anki-logo-bg.png b/mac/anki-logo-bg.png new file mode 100644 index 000000000..84f165653 Binary files /dev/null and b/mac/anki-logo-bg.png differ diff --git a/mac/anki-logo-bg.svg b/mac/anki-logo-bg.svg new file mode 100644 index 000000000..da3cba296 --- /dev/null +++ b/mac/anki-logo-bg.svg @@ -0,0 +1,610 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + Anki + + + + diff --git a/mac/dmg_ds_store b/mac/dmg_ds_store new file mode 100644 index 000000000..632e1a884 Binary files /dev/null and b/mac/dmg_ds_store differ diff --git a/mac/setup.py b/mac/setup.py index c43dc601c..5049c8b41 100644 --- a/mac/setup.py +++ b/mac/setup.py @@ -37,6 +37,14 @@ python2.6/pyconfig.h") chmod a+x dist/Anki.app/Contents/Resources/audio/mplayer") if 'debug' in os.environ: return + os.system("\ +ln -s /Applications dist/Applications") + os.system("\ +mkdir dist/.background") + os.system("\ +cp ankiqt/mac/anki-logo-bg.png dist/.background") + os.system("\ +cp ankiqt/mac/dmg_ds_store dist/.DS_Store") # zlib result = os.spawnvp(os.P_WAIT, 'hdiutil', ( 'hdiutil create -ov -format UDZO ' +