Skip to content

Commit

Permalink
Update gui.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MP3Martin authored Sep 12, 2022
1 parent d73ffc0 commit 993a630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec_root = os.path.abspath(SPECPATH)
a = Analysis(['gui.py'],
pathex=[spec_root],
binaries=[],
datas=[],
datas=[ ( 'azure.tcl', '.' )],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down Expand Up @@ -51,4 +51,4 @@ def extra_datas(mydir):

return extra_datas

a.datas += extra_datas('theme')
a.datas += extra_datas('theme')

0 comments on commit 993a630

Please sign in to comment.