Remove fish.desktop file as it was only needed for AppImages which were decided against.

This commit is contained in:
Justin Zobel
2025-01-29 18:48:48 +10:30
committed by Fabian Boehm
parent be48d73599
commit a42c5b4025
2 changed files with 0 additions and 13 deletions

View File

@@ -165,7 +165,6 @@ if(GETTEXT_FOUND)
endif()
if (NOT APPLE)
install(FILES fish.desktop DESTINATION ${rel_datadir}/applications)
install(FILES ${SPHINX_SRC_DIR}/python_docs_theme/static/fish.png DESTINATION ${rel_datadir}/pixmaps)
endif()

View File

@@ -1,12 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Terminal=true
# This file is for use in appimages, which rewrite the path.
# Other uses would have to replace these with the correct path.
Exec=fish
Name=fish
Comment=The user-friendly command line shell
Icon=fish
# "Shell" would be the proper category, but it's reserved so we can't use it.
Categories=ConsoleOnly;System;