fix: app icon install location and file name under Linux

This commit is contained in:
2023-07-31 08:27:32 +08:00
parent 0e1ec979cf
commit d80c661c66
2 changed files with 3 additions and 3 deletions

View File

@ -210,8 +210,8 @@ elseif (UNIX)
# install icon
install (
FILES assets/icons/app-icon.svg
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/48x48/apps"
RENAME pineapple-pictures.svg
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps"
RENAME net.blumia.pineapple-pictures.svg
)
# install shortcut