mirror of
https://github.com/snltty/linker.git
synced 2025-10-30 20:16:53 +08:00
sync
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user