Themes need to be packed with the .app

This commit is contained in:
Lexi 2011-07-09 17:01:20 +01:00
parent 582e568a92
commit b11acb51d8
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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'