mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
fish.desktop: install .desktop and icon
This commit is contained in:
parent
39569f9313
commit
f36a391f26
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,9 @@ IF(GETTEXT_FOUND)
|
|||
ENDFOREACH()
|
||||
ENDIF()
|
||||
|
||||
INSTALL(FILES fish.desktop DESTINATION ${rel_datadir}/applications)
|
||||
INSTALL(FILES fish.png DESTINATION ${rel_datadir}/pixmaps)
|
||||
|
||||
# Group install targets into a InstallTargets folder
|
||||
SET_PROPERTY(TARGET build_fish_pc CHECK-FISH-BUILD-VERSION-FILE
|
||||
test_fishscript
|
||||
|
|
Loading…
Reference in a new issue