Skip to content

Commit af7bab4

Browse files
committed
fix directory opus default path
1 parent a7f46ce commit af7bab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public CustomExplorerViewModel CustomExplorer
6565
new()
6666
{
6767
Name = "Directory Opus",
68-
Path = @"C:\Program Files\GPSoftware\Directory Opus\dopus.exe",
68+
Path = @"C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe",
6969
DirectoryArgument = "/cmd Go \"%d\"",
7070
FileArgument = "/cmd Go \"%f\""
7171

0 commit comments

Comments
 (0)