Skip to content

Commit afa95d5

Browse files
author
preklov
authored
Update OpenInExplorer.lua
1 parent fb33171 commit afa95d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/OpenInExplorer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end
6565
--The commands to open the OSes' file managers
6666
local fmng_cmd = {}
6767
fmng_cmd.linux = [[busctl --user call org.freedesktop.FileManager1 /org/freedesktop/FileManager1 org.freedesktop.FileManager1 ShowItems ass 1 ]]
68-
fmng_cmd.macos = 'open -R -n '
68+
fmng_cmd.macos = 'open -R '
6969
fmng_cmd.windows = 'explorer.exe /select, '
7070

7171
--The working function that opens the file manager with the image file name selected.

0 commit comments

Comments
 (0)