mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Merge branch 'master' into FixStopExceptions
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
namespace TGServerService
|
||||
{
|
||||
partial class ProjectInstaller
|
||||
public partial class ProjectInstaller
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace TGServerService
|
||||
/// This tells the .msi there is a Windows <see cref="System.ServiceProcess.ServiceBase"/> in this <see cref="System.Reflection.Assembly"/> that needs installation
|
||||
/// </summary>
|
||||
[RunInstaller(true)]
|
||||
partial class ProjectInstaller : Installer
|
||||
public partial class ProjectInstaller : Installer
|
||||
{
|
||||
/// <summary>
|
||||
/// Construct a <see cref="ProjectInstaller"/>
|
||||
|
||||
Reference in New Issue
Block a user