Fix icon validation (flatpak) (#782)
* chore: make the RSS Guard icon match width and height The XDG spec requires the installed app icon to be a perfect square. * fix: install the app icon to the 256x256 directory The dimensions of the icon are not 512x512. Co-authored-by: guihkx <guihkx@users.noreply.github.com>
This commit is contained in:
parent
e142522af7
commit
605c1b0afc
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@ -70,7 +70,7 @@ elseif(UNIX AND NOT APPLE AND NOT ANDROID)
|
||||
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo
|
||||
)
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/resources/graphics/${CMAKE_PROJECT_NAME}.png
|
||||
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/512x512/apps
|
||||
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/256x256/apps
|
||||
)
|
||||
elseif(APPLE)
|
||||
install(TARGETS app
|
||||
|
Loading…
x
Reference in New Issue
Block a user