Update Emby.Server.Implementations/Updates/InstallationManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
BaronGreenback 2020-09-08 17:50:19 +01:00 committed by GitHub
parent a9d8b53658
commit f4eb34a966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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