Skip to content

Commit e23364f

Browse files
authored
Changed the app icon to SVG (#610)
Closes #609
1 parent 846ab88 commit e23364f

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pkg_check_modules(XFIXES REQUIRED xfixes)
5151
add_subdirectory(src)
5252

5353
# install icon and metainfo for the application
54-
install(FILES data/lximage-qt.png
54+
install(FILES data/lximage-qt.svg
5555
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/48x48/apps")
5656
install(FILES data/lximage-qt.metainfo.xml
5757
DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo")

data/lximage-qt.png

-2.8 KB
Binary file not shown.

data/lximage-qt.svg

Lines changed: 45 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)