mirror of
https://github.com/ckaczor/SystemTemperatureStatusWindow.git
synced 2026-01-13 17:23:03 -05:00
Try to fix configuration of service
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<tags>cpu</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="Window\bin\$configuration$\**\*" target="lib\net45\Window" exclude="*.pdb;*.nupkg;*.vshost.*" />
|
||||
<file src="Window\bin\$configuration$\**\*" target="lib\net45" exclude="*.pdb;*.nupkg;*.vshost.*" />
|
||||
<file src="Service\bin\$configuration$\**\*" target="lib\net45\Service" exclude="*.pdb;*.nupkg;*.vshost.*" />
|
||||
</files>
|
||||
</package>
|
||||
|
||||
@@ -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