changed exe name for unzipper
This commit is contained in:
parent
27d1508ce6
commit
65e18a6911
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user