From 710f77f4032582c458d312bbd9e3975cf15b5c54 Mon Sep 17 00:00:00 2001 From: Ramforth Date: Mon, 3 Nov 2025 00:16:14 +0100 Subject: [PATCH] Fix: Include custom theme JSON files in PyInstaller bundle --- video-converter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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={},