fix: fix invalid install for UNIX app icon

This commit is contained in:
2026-09-22 16:43:04 +08:00
parent 56af1c154a
commit aa8e8fecf4
8 changed files with 2 additions and 4 deletions
+2 -4
View File
@@ -249,11 +249,9 @@ elseif (UNIX)
endif ()
# install icon
# TODO: assets/icons/app-icon.svg is missing (lost during an assets restructure), fix this later.
install (
FILES assets/icons/app-icon.svg
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps"
RENAME net.blumia.pineapple-pictures.svg
DIRECTORY dist/freedesktop-icons/
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor"
)
# generate and install desktop entry file
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB