fixes
This commit is contained in:
@@ -103,8 +103,8 @@ public class UpdateInstaller(UpdateInstallerConfig config)
|
||||
private void ExtractPackage()
|
||||
{
|
||||
string packagePath = Configuration.PackagePath;
|
||||
string zipPath = Path.Combine(packagePath, PackageFileNameDefinations.ZIP_PACKAGE_FILENAME);
|
||||
dataPath = Path.Combine(packagePath, Path.GetFileNameWithoutExtension(PackageFileNameDefinations.ZIP_PACKAGE_FILENAME));
|
||||
string zipPath = packagePath;
|
||||
dataPath = Path.Combine(packagePath + ".extracted");
|
||||
var dataPathDir = new DirectoryInfo(dataPath);
|
||||
|
||||
if (dataPathDir.Exists)
|
||||
|
||||
Reference in New Issue
Block a user