mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-28 12:37:02 +00:00
Update WelsonJS.Toolkit/WelsonJS.Launcher/ZipExtractor.cs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
3361fc1270
commit
db3f0eae0c
|
@ -170,8 +170,11 @@ namespace WelsonJS.Launcher
|
|||
return false;
|
||||
|
||||
dynamic shell = Activator.CreateInstance(shellAppType);
|
||||
if (shell == null)
|
||||
return false;
|
||||
dynamic zip = shell.NameSpace(filePath);
|
||||
dynamic dest = shell.NameSpace(workingDirectory);
|
||||
dynamic dest = shell.NameSpace(workingDirectory);
|
||||
|
||||
if (zip == null || dest == null)
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user