Skip to content

Commit

Permalink
Merge branch 'fix_dlc_in_build' into fix_sleap_in_build
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jun 24, 2024
2 parents 22cacb9 + 4e009a4 commit 45a8148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwb-guide.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tmp_ret = collect_all('dlc2nwb')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
tmp_ret = collect_all('sleap_io')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
tmp_ret = collect_all('ndx-pose')
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]
Expand Down

0 comments on commit 45a8148

Please sign in to comment.