changed exe name for unzipper

This commit is contained in:
Manuel Kamper 2019-12-27 23:37:29 +01:00
parent 27d1508ce6
commit 65e18a6911
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ namespace Mk0.Software.OnlineUpdater
var extension = Path.GetExtension(tempPath);
if (extension.Equals(".zip", StringComparison.OrdinalIgnoreCase))
{
string installerPath = Path.Combine(Path.GetDirectoryName(tempPath), "ZipExtractor.exe");
string installerPath = Path.Combine(Path.GetDirectoryName(tempPath), "Installer.exe");
try
{