diff --git a/nwb-guide.spec b/nwb-guide.spec index 2f9749bee..5e0fd67c5 100644 --- a/nwb-guide.spec +++ b/nwb-guide.spec @@ -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]