mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Installer wrapper (#74) [TGSDeploy]
* Add a version command * Remove service update from commandline * Ayy lmao * Fix * Final touches * Last thing * Can't break backwards compat I suppose * Version bump to 3.0.85.0 * Final cleanup * This time I swear * VERY LAST FUCKING THING * CANT STOP FUCKING UP THE UI * AHHHH!!!!! * Do not become like me kids
This commit is contained in:
@@ -77,7 +77,7 @@ namespace TGServerService
|
||||
|
||||
static TGServerService ActiveService; //So everyone else can write to our eventlog
|
||||
|
||||
public static readonly string Version = "/tg/station 13 Server Service " + FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly().Location).FileVersion;
|
||||
public static readonly string Version = "/tg/station 13 Server Service v" + FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly().Location).FileVersion;
|
||||
|
||||
public static void WriteInfo(string message, EventID id)
|
||||
{
|
||||
@@ -91,11 +91,6 @@ namespace TGServerService
|
||||
{
|
||||
ActiveService.EventLog.WriteEntry(message, EventLogEntryType.Warning, (int)id);
|
||||
}
|
||||
|
||||
public static void LocalStop()
|
||||
{
|
||||
ThreadPool.QueueUserWorkItem(_ => { ActiveService.Stop(); });
|
||||
}
|
||||
|
||||
ServiceHost host; //the WCF host
|
||||
|
||||
|
||||
Reference in New Issue
Block a user