Fix up some project/executable names
Some checks failed
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Failing after 9s
Some checks failed
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Failing after 9s
This commit is contained in:
@@ -40,7 +40,7 @@ internal class WindowSource : IWindowSource, IDisposable
|
||||
|
||||
if (path != null)
|
||||
{
|
||||
var fileName = Path.Combine(path, "Service.exe");
|
||||
var fileName = Path.Combine(path, "HardwareMonitorService.exe");
|
||||
|
||||
var startInfo = new ProcessStartInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user