Update invisible.vbs to return exit code of 7zip

This commit is contained in:
Nika Gerson Lohman 2018-12-04 11:50:06 +01:00 committed by GitHub
commit 13f503e796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,4 +17,5 @@ end if
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run """" & WScript.Arguments(0) & """" & sargs, 0, True
returnValue = WshShell.Run("""" & WScript.Arguments(0) & """" & sargs, 1, True)
WScript.Quit(returnValue)