refactor(packaging/windows): installer script execution (#4675)

This commit is contained in:
David Lane 2026-02-07 13:04:43 -05:00 committed by GitHub
commit e2652fa52b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 705 additions and 21 deletions

View file

@ -28,6 +28,9 @@ install(TARGETS audio-info RUNTIME DESTINATION "tools" COMPONENT audio)
install(TARGETS sunshinesvc RUNTIME DESTINATION "tools" COMPONENT application)
# Mandatory scripts
install(FILES "${SUNSHINE_SOURCE_ASSETS_DIR}/windows/misc/sunshine-setup.ps1"
DESTINATION "scripts"
COMPONENT assets)
install(DIRECTORY "${SUNSHINE_SOURCE_ASSETS_DIR}/windows/misc/service/"
DESTINATION "scripts"
COMPONENT assets)