mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Fix directory for PyInstaller
This commit is contained in:
parent
31f2da0363
commit
5a3ab294bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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=[],
|
||||
|
|
|
|||
Loading…
Reference in a new issue