diff --git a/TODO.mkdn b/TODO.mkdn index 4bf32bc..054e5ea 100644 --- a/TODO.mkdn +++ b/TODO.mkdn @@ -50,3 +50,4 @@ Mac Bugs * Lex: Load quirks from both ./quirks and ~/Library/Application Support/Pesterchum/quirks to allow mac users to add quirks without losing built in ones. +* Lex: Do the same with themes. diff --git a/setup-py2app.py b/setup-py2app.py index 6612b1d..394cfbc 100644 --- a/setup-py2app.py +++ b/setup-py2app.py @@ -9,7 +9,7 @@ from setuptools import setup APP = ['pesterchum.py'] #DATA_FILES = ['pesterchum.js', 'profiles', 'themes', 'smilies', 'logs'] -DATA_FILES = ['quirks'] +DATA_FILES = ['quirks', 'themes'] # TODO: Grep this version out of version.py SHORT_VERSION = '3.41.2B5' LONG_VERSION = '3.41.2 Beta 5 Bleeding Edge'