diff --git a/video-converter.spec b/video-converter.spec index 2722b22..1abb32d 100644 --- a/video-converter.spec +++ b/video-converter.spec @@ -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={},