Skip to content

Commit

Permalink
Changed the app icon to SVG (#610)
Browse files Browse the repository at this point in the history
Closes #609
  • Loading branch information
tsujan authored Apr 10, 2023
1 parent 846ab88 commit e23364f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pkg_check_modules(XFIXES REQUIRED xfixes)
add_subdirectory(src)

# install icon and metainfo for the application
install(FILES data/lximage-qt.png
install(FILES data/lximage-qt.svg
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/48x48/apps")
install(FILES data/lximage-qt.metainfo.xml
DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo")
Binary file removed data/lximage-qt.png
Binary file not shown.
45 changes: 45 additions & 0 deletions data/lximage-qt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e23364f

Please sign in to comment.