diff --git a/journal/mac/journal.spec b/journal/mac/journal.spec index 46de4b3..4210c18 100644 --- a/journal/mac/journal.spec +++ b/journal/mac/journal.spec @@ -5,7 +5,7 @@ block_cipher = None a = Analysis(['journal.py'], pathex=['.'], binaries=[], - datas=[('images', 'images')], + datas=[('images', 'images'), ('qt.conf', '')], hiddenimports=[], hookspath=[], runtime_hooks=[], diff --git a/journal/mac/qt.conf b/journal/mac/qt.conf new file mode 100644 index 0000000..f26805b --- /dev/null +++ b/journal/mac/qt.conf @@ -0,0 +1,2 @@ +[Paths] +Plugins = "./MacOS/PyQt5/Qt/plugins" \ No newline at end of file