mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix directory opus default path
This commit is contained in:
parent
c27a87c8b0
commit
7e849ee914
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
||||||
new()
|
new()
|
||||||
{
|
{
|
||||||
Name = "Directory Opus",
|
Name = "Directory Opus",
|
||||||
Path = @"C:\Program Files\GPSoftware\Directory Opus\dopus.exe",
|
Path = @"C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe",
|
||||||
DirectoryArgument = "/cmd Go \"%d\"",
|
DirectoryArgument = "/cmd Go \"%d\"",
|
||||||
FileArgument = "/cmd Go \"%f\""
|
FileArgument = "/cmd Go \"%f\""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue