diff --git a/nwb-guide.spec b/nwb-guide.spec index f995ddae2..06d965512 100644 --- a/nwb-guide.spec +++ b/nwb-guide.spec @@ -45,7 +45,7 @@ tmp_ret = collect_all('tifffile') datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2] tmp_ret = collect_all('dlc2nwb') 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]