mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed application path detection.
This commit is contained in:
parent
508be34ebc
commit
5ea8fd22f7
5 changed files with 40 additions and 17 deletions
|
@ -7,7 +7,7 @@ namespace NzbDrone.Common
|
|||
{
|
||||
private const string WEB_FOLDER = "NzbDrone.Web\\";
|
||||
private const string APP_DATA = "App_Data\\";
|
||||
public const string IIS_FOLDER = EnviromentProvider.IIS_FOLDER_NAME;
|
||||
public const string IIS_FOLDER = "IISExpress";
|
||||
public const string IIS_EXE = "iisexpress.exe";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue