Fix up some project/executable names
Some checks failed
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Failing after 9s

This commit is contained in:
2026-01-27 19:07:18 -05:00
parent 853e8eab0d
commit 85aabd93da
4 changed files with 4 additions and 2 deletions

View File

@@ -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
{