chore: add icons for Windows file assoc

This commit is contained in:
2025-12-11 00:07:31 +08:00
parent cdfa8b78a4
commit 4b5c9e9ebd
9 changed files with 16 additions and 1 deletions

View File

@ -276,6 +276,17 @@ if (WIN32)
DESTINATION ${CMAKE_INSTALL_BINDIR}
RENAME default-assoc.pacfg
)
install(
FILES
dist/passoc/generic.ico
dist/passoc/jpeg.ico
dist/passoc/gif.ico
dist/passoc/svg.ico
dist/passoc/png.ico
dist/passoc/psd.ico
DESTINATION "${CMAKE_INSTALL_BINDIR}/icons"
)
endif()
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)