fix: fix invalid install for UNIX app icon
@@ -249,11 +249,9 @@ elseif (UNIX)
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# install icon
|
# install icon
|
||||||
# TODO: assets/icons/app-icon.svg is missing (lost during an assets restructure), fix this later.
|
|
||||||
install (
|
install (
|
||||||
FILES assets/icons/app-icon.svg
|
DIRECTORY dist/freedesktop-icons/
|
||||||
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps"
|
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor"
|
||||||
RENAME net.blumia.pineapple-pictures.svg
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# generate and install desktop entry file
|
# generate and install desktop entry file
|
||||||
|
|||||||
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 787 B |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 281 KiB |
|
After Width: | Height: | Size: 6.8 KiB |