mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add msi extension to run as different user (#174)
This commit is contained in:
parent
d80934c235
commit
f90268d5bd
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ namespace Wox.Plugin.Folder
|
|||
{
|
||||
case ".exe":
|
||||
case ".bat":
|
||||
case ".msi":
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue