mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Change process name and rename assembly
This commit is contained in:
parent
402f7435ee
commit
31ca0002d7
2 changed files with 3 additions and 3 deletions
|
@ -35,8 +35,8 @@ public class ProcessProvider : IProcessProvider
|
|||
{
|
||||
private readonly Logger _logger;
|
||||
|
||||
public const string NZB_DRONE_PROCESS_NAME = "NzbDrone";
|
||||
public const string NZB_DRONE_CONSOLE_PROCESS_NAME = "NzbDrone.Console";
|
||||
public const string NZB_DRONE_PROCESS_NAME = "Lidarr";
|
||||
public const string NZB_DRONE_CONSOLE_PROCESS_NAME = "Lidarr.Console";
|
||||
|
||||
public ProcessProvider(Logger logger)
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
|
||||
[assembly: AssemblyTitle("NzbDrone.Host")]
|
||||
[assembly: AssemblyTitle("Lidarr.Host")]
|
||||
[assembly: Guid("67AADCD9-89AA-4D95-8281-3193740E70E5")]
|
||||
|
||||
[assembly: AssemblyVersion("10.0.0.*")]
|
Loading…
Reference in a new issue