mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-04 02:18:06 +00:00
10 lines
161 B
C#
10 lines
161 B
C#
namespace ServiceInstall
|
|
{
|
|
public static class Program
|
|
{
|
|
static void Main()
|
|
{
|
|
ServiceHelper.Run(@"/i");
|
|
}
|
|
}
|
|
}
|