Skip to content

Commit

Permalink
merge for v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialQualia committed Sep 3, 2018
2 parents a4ad628 + bf81026 commit abcc356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -105,4 +105,4 @@ ENV/

/.project
/.pydevproject
/.settings
.settings/org.eclipse.core.resources.prefs
2 changes: 1 addition & 1 deletion setup-for-installer.spec
Expand Up @@ -6,7 +6,7 @@ block_cipher = None
a = Analysis(['PyEveLiveDPS\\peld.py'],
pathex=['.\\PyEveLiveDPS'],
binaries=[],
datas=[('app.ico', '.'), ('.\\PyEveLiveDPS\\images\\*.png', 'images')],
datas=[('app.ico', '.'), ('.\\PyEveLiveDPS\\images\\*.png', 'images'), ('.\\PyEveLiveDPS\\images\\*.gif', 'images')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down
2 changes: 1 addition & 1 deletion setup-standalone.spec
Expand Up @@ -6,7 +6,7 @@ block_cipher = None
a = Analysis(['PyEveLiveDPS\\peld.py'],
pathex=['.\\PyEveLiveDPS'],
binaries=[],
datas=[('app.ico', '.'), ('.\\PyEveLiveDPS\\images\\*.png', 'images')],
datas=[('app.ico', '.'), ('.\\PyEveLiveDPS\\images\\*.png', 'images'), ('.\\PyEveLiveDPS\\images\\*.gif', 'images')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit abcc356

Please sign in to comment.