mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fixup test code
This commit is contained in:
parent
1961816ba7
commit
0fa126a6b8
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ namespace Wox.Core.Plugin
|
|||
{
|
||||
_startInfo = new ProcessStartInfo
|
||||
{
|
||||
FileName = @"C:\Program Files\Python 3.5\pythonw.exe",
|
||||
FileName = filename,
|
||||
UseShellExecute = false,
|
||||
CreateNoWindow = true,
|
||||
RedirectStandardOutput = true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue