Themes need to be packed with the .app
This commit is contained in:
parent
582e568a92
commit
b11acb51d8
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue