This commit is contained in:
BaronGreenback
2020-06-21 16:15:55 +01:00
parent a041fe8a2d
commit 99410f3c97
2 changed files with 56 additions and 17 deletions

View File

@@ -387,7 +387,7 @@ namespace Emby.Server.Implementations.Updates
}
// Version folder as they cannot be overwritten in Windows.
targetDir += package.Version.ToString();
targetDir += "." + package.Version.ToString();
if (Directory.Exists(targetDir))
{