Fix: Include custom theme JSON files in PyInstaller bundle
This commit is contained in:
@@ -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={},
|
||||
|
||||
Reference in New Issue
Block a user