diff options
Diffstat (limited to 'MediaBrowser.WebDashboard/Api/PackageCreator.cs')
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/PackageCreator.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs index ff61af0f3..39fcce57d 100644 --- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs +++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs @@ -87,9 +87,7 @@ namespace MediaBrowser.WebDashboard.Api return _config.Configuration.DashboardSourcePath; } - var runningDirectory = Path.GetDirectoryName(_config.ApplicationPaths.ApplicationPath); - - return Path.Combine(runningDirectory, "dashboard-ui"); + return Path.Combine(_config.ApplicationPaths.ApplicationResourcesPath, "dashboard-ui"); } } |
