feat(Windows): install passoc default config file

This commit is contained in:
2025-12-03 00:10:42 +08:00
parent 1ba5ae60dc
commit cdfa8b78a4
3 changed files with 119 additions and 1 deletions

View File

@ -270,6 +270,14 @@ if (DEFINED QM_FILE_INSTALL_DIR)
)
endif()
if (WIN32)
install(
FILES dist/passoc/ppic.pacfg
DESTINATION ${CMAKE_INSTALL_BINDIR}
RENAME default-assoc.pacfg
)
endif()
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
# CPACK: General Settings