Skip to content

Commit

Permalink
fix: include images in the pyinstaller
Browse files Browse the repository at this point in the history
Fixes: #209
  • Loading branch information
ctrlaltf24 authored and thw26 committed Oct 25, 2024
1 parent 07cc8cb commit d169a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ou_dedetai.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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={},
Expand Down

0 comments on commit d169a54

Please sign in to comment.