mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:01:12 -03:00
Remove fish.desktop file as it was only needed for AppImages which were decided against.
This commit is contained in:
committed by
Fabian Boehm
parent
be48d73599
commit
a42c5b4025
@@ -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()
|
||||
|
||||
|
||||
12
fish.desktop
12
fish.desktop
@@ -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;
|
||||
Reference in New Issue
Block a user