mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-17 19:12:52 +01:00
d0d9e7b2ba
Wix is just better, it drives the fucking Visual Studio installer for gods' sakes. Thankfully, v4 is a whole lot better than v3 in that it's native dotnet tooling. - Added ability to set base path for loading configuration files. - Added Service command descriptions for help text. - New `.exe` installer also installs dotnet dependencies. - New `.msi` properly invokes configure, sets up and controls service, sends detach stop signal on upgrades, and uses ProgramData for configs with appropriate permissions. - Remove .deb symlinks in favor of explicitly setting config directory. - Adjust CI pipeline with new installer changes. - Appropriately bump TGS migrator version.
8 lines
226 B
XML
8 lines
226 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
<supportedRuntime version="v4.0" />
|
|
<supportedRuntime version="v2.0.50727" />
|
|
</startup>
|
|
</configuration>
|