Skip to content

Commit 7e849ee

Browse files
onesoundstaooceros
authored andcommitted
fix directory opus default path
1 parent c27a87c commit 7e849ee

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
@@ -66,7 +66,7 @@ public CustomExplorerViewModel CustomExplorer
6666
new()
6767
{
6868
Name = "Directory Opus",
69-
Path = @"C:\Program Files\GPSoftware\Directory Opus\dopus.exe",
69+
Path = @"C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe",
7070
DirectoryArgument = "/cmd Go \"%d\"",
7171
FileArgument = "/cmd Go \"%f\""
7272

0 commit comments

Comments
 (0)