mirror of
https://github.com/ckaczor/SystemTemperatureStatusWindow.git
synced 2026-01-14 01:25:42 -05:00
Try to fix configuration of service
This commit is contained in:
@@ -45,7 +45,7 @@ namespace SystemTemperatureStatusWindow
|
||||
|
||||
if (path != null)
|
||||
{
|
||||
var fileName = Path.Combine(path, "SystemTemperatureService.exe");
|
||||
var fileName = Path.Combine(path, "Service", "SystemTemperatureService.exe");
|
||||
|
||||
Process.Start(fileName, "-install");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user