From d169a54d0b7e34173d11500580557bf1f281278f Mon Sep 17 00:00:00 2001 From: Nathan Shaaban <86252985+ctrlaltf24@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:09:31 -0700 Subject: [PATCH] fix: include images in the pyinstaller Fixes: #209 --- ou_dedetai.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ou_dedetai.spec b/ou_dedetai.spec index 8616f8ef..7d8c51fc 100644 --- a/ou_dedetai.spec +++ b/ou_dedetai.spec @@ -6,7 +6,7 @@ a = Analysis( pathex=[], #binaries=[('/usr/bin/tclsh8.6', '.')], binaries=[], - datas=[('ou_dedetai/img/*icon.png', 'img')], + datas=[('ou_dedetai/img/*icon.png', 'ou_dedetai/img')], hiddenimports=[], hookspath=[], hooksconfig={},