Skip to content

Commit

Permalink
Add tzdata resources to pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jun 8, 2024
1 parent f00f5fe commit 960dccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nwb-guide.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ tmp_ret = collect_all('dlc2nwb')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
tmp_ret = collect_all('ndx-pose')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
tmp_ret = collect_all('tzdata')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]

block_cipher = None

Expand Down

0 comments on commit 960dccf

Please sign in to comment.