This commit is contained in:
snltty
2024-06-24 23:06:29 +08:00
parent 7011ff6eb3
commit 33a9cfedc5
155 changed files with 526 additions and 526 deletions

View File

@@ -1,7 +1,7 @@
using System.Diagnostics;
using System.ServiceProcess;
namespace Linker.Service
namespace linker.service
{
partial class LinkerService : ServiceBase
{
@@ -12,7 +12,7 @@ namespace Linker.Service
InitializeComponent();
}
private string mainExeName = "Linker";
private string mainExeName = "linker";
private CancellationTokenSource cancellationTokenSource = new CancellationTokenSource();
protected override void OnStart(string[] _args)