Fix: Include custom theme JSON files in PyInstaller bundle

This commit is contained in:
Ramforth
2025-11-03 00:16:14 +01:00
parent b4ffdfa977
commit 710f77f403

View File

@@ -5,7 +5,7 @@ block_cipher = None
a = Analysis(['main.py'],
pathex=['/home/joe/Cloud9/Documents/Obisdian/projects/Video Converter'],
binaries=[],
datas=[('gui.py', '.')],
datas=[('gui.py', '.'), ('custom_theme_dark.json', '.'), ('custom_theme_light.json', '.')],
hiddenimports=[],
hookspath=[],
hooksconfig={},