Sunshine icon indicating copy to clipboard operation
Sunshine copied to clipboard

v0.14.0 windows package issues

Open sitiom opened this issue 3 years ago • 3 comments

Describe the Bug

In https://github.com/SunshineStream/Sunshine/releases/tag/v0.14.0, install-service.bat and uninstall-service.bat is removed.

Expected Behavior

install-service.bat and uninstall-service.bat should exist

Windows Installer should automatically install the sunshinevc service

Additional Context

https://github.com/SunshineStream/Sunshine/discussions/196

Sunshine Host Operating System and Version

Windows 11

Architecture

64 bit

Sunshine Version

0.14.0

GPU Type

Nvidia

GPU Model

GeForce RTX 2070 SUPER

GPU Driver/Mesa Version

512.95

Capture Method (Linux Only)

No response

sitiom avatar Jun 16 '22 02:06 sitiom

Update tools component to include these: https://github.com/SunshineStream/Sunshine/blob/master/CMakeLists.txt#L466-L469

ReenigneArcher avatar Jun 16 '22 15:06 ReenigneArcher

This: https://cmake.org/cmake/help/latest/cpack_gen/nsis.html#variable:CPACK_NSIS_EXTRA_INSTALL_COMMANDS

might allow to install the service automatically. Not sure if it can be used on a single component, so may just need to first check if file exists.

ReenigneArcher avatar Jun 16 '22 16:06 ReenigneArcher

This issue has been fixed and will be available in the next release.

github-actions[bot] avatar Sep 12 '22 01:09 github-actions[bot]