Skip to content

Commit

Permalink
can't have dashes in category names
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed May 29, 2024
1 parent fde1d02 commit 23be14f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neurodesk/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@
"exec": "relion"
}
},
"categories": ["cryo-electron microscopy"]
"categories": ["cryo electron microscopy"]
},
"romeo": {
"apps": {
Expand Down
2 changes: 1 addition & 1 deletion neurodesk/build_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def build_menu(installdir, deskenv, sh_prefix):
write_directory_file("All Applications", directories_path, icon_dir)
write_directory_file("Functional Imaging", directories_path, icon_dir)
write_directory_file("Workflows", directories_path, icon_dir)
write_directory_file("Cryo-Electron Microscopy", directories_path, icon_dir)
write_directory_file("Cryo Electron Microscopy", directories_path, icon_dir)
write_directory_file("Data Organisation", directories_path, icon_dir)
write_directory_file("Diffusion Imaging", directories_path, icon_dir)
write_directory_file("Structural Imaging", directories_path, icon_dir)
Expand Down
2 changes: 1 addition & 1 deletion neurodesk/neurodesk-applications.menu
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
</Include>
</Menu>
<Menu>
<Name>Cryo-Electron Microscopy</Name>
<Name>Cryo Electron Microscopy</Name>
<Directory>neurodesk/cryo-electron-microscopy.directory</Directory>
<Include>
<And>
Expand Down

0 comments on commit 23be14f

Please sign in to comment.