Skip to content

Commit

Permalink
Choose PNG icon for AppImage instead of XPM icon
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed Nov 11, 2018
1 parent d12b4ae commit 74adc35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cr3qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ INSTALL( FILES ${CR3_CHANGELOG} DESTINATION share/doc/cr3 )
INSTALL( FILES ${QM_FILES} DESTINATION share/cr3/i18n )
INSTALL( FILES src/desktop/cr3.desktop DESTINATION share/applications )
INSTALL( FILES src/desktop/cr3.png DESTINATION share/pixmaps )
INSTALL( FILES src/desktop/cr3.xpm DESTINATION share/pixmaps )
IF(NOT APPIMAGE)
INSTALL( FILES src/desktop/cr3.xpm DESTINATION share/pixmaps )
ENDIF()

ELSE()

Expand Down
Binary file modified cr3qt/src/desktop/cr3.png
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 74adc35

Please sign in to comment.