Fix directory for PyInstaller

This commit is contained in:
Vinyl Darkscratch 2018-10-02 14:09:27 -07:00
parent 31f2da0363
commit 5a3ab294bd

View file

@ -5,7 +5,7 @@ block_cipher = None
a = Analysis(['journal.py'],
pathex=['.'],
binaries=[],
datas=[('images', 'images'), ('qt.conf', '')],
datas=[('images', 'images'), ('qt.conf', '.')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],