Add msi extension to run as different user (#174)

This commit is contained in:
Jeremy Wu 2020-03-31 23:10:27 +11:00 committed by GitHub
parent d80934c235
commit f90268d5bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,6 +194,7 @@ namespace Wox.Plugin.Folder
{
case ".exe":
case ".bat":
case ".msi":
return true;
default: