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
a7f46cee96
commit
af7bab4d26
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
new()
|
||||
{
|
||||
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\"",
|
||||
FileArgument = "/cmd Go \"%f\""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue