Styling for #27

This commit is contained in:
tidusjar 2016-05-20 16:00:38 +01:00
parent aa2949cdd0
commit db35897f05
22 changed files with 813 additions and 148 deletions

View file

@ -95,7 +95,7 @@ namespace PlexRequests.Updater
fullname = entry.FullName.Replace("Release/", string.Empty);
}
var fullPath = Path.Combine(Path.Combine(Path.GetDirectoryName(Application.ExecutablePath)), fullname);
var fullPath = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), fullname);
if (string.IsNullOrEmpty(entry.Name))
{