mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
parent
6888e7c769
commit
385500882c
2 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ block_cipher = None
|
||||||
a = Analysis(['journal.py'],
|
a = Analysis(['journal.py'],
|
||||||
pathex=['.'],
|
pathex=['.'],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[('images', 'images')],
|
datas=[('images', 'images'), ('qt.conf', '')],
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
|
|
|
||||||
2
journal/mac/qt.conf
Normal file
2
journal/mac/qt.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[Paths]
|
||||||
|
Plugins = "./MacOS/PyQt5/Qt/plugins"
|
||||||
Loading…
Reference in a new issue