mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Use dotnet tooling, produce 64bit build on windows
This commit is contained in:
parent
1e50af5d93
commit
b1349213f2
41 changed files with 780 additions and 522 deletions
|
@ -201,7 +201,7 @@ namespace NzbDrone.Core.Configuration
|
|||
}
|
||||
}
|
||||
|
||||
public string UiFolder => GetValue("UiFolder", "UI", false);
|
||||
public string UiFolder => BuildInfo.IsDebug ? Path.Combine("..", "UI") : "UI";
|
||||
|
||||
public bool UpdateAutomatically => GetValueBoolean("UpdateAutomatically", false, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue