Skip to content

Commit

Permalink
Freedesktop: Adapt desktop file and icon for Flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 27, 2019
1 parent a8b23ff commit d39675b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -40,4 +40,4 @@ precompiled.h.cpp
compile_commands.json
/products
/debian

/.vsbuild/
2 changes: 2 additions & 0 deletions doomsday/apps/client/CMakeLists.txt
Expand Up @@ -230,6 +230,8 @@ if (UNIX_LINUX)
DESTINATION share/applications)
install (FILES res/linux/deng-logo-256.png
DESTINATION ${DENG_INSTALL_DATA_DIR})
install (FILES res/linux/deng-logo-256.png
DESTINATION share/icons/hicolor/256x256/apps/net.dengine.Doomsday.png)
endif ()

if (WIN32)
Expand Down
3 changes: 2 additions & 1 deletion doomsday/apps/client/doomsday-engine.desktop.in
Expand Up @@ -6,5 +6,6 @@ Categories=Game;ActionGame;
Exec=${CMAKE_INSTALL_PREFIX}/bin/doomsday
Terminal=false
Type=Application
Icon=${CMAKE_INSTALL_PREFIX}/${DENG_INSTALL_DATA_DIR}/deng-logo-256.png
Icon=net.dengine.Doomsday


0 comments on commit d39675b

Please sign in to comment.