Skip to content

Commit

Permalink
Merge pull request #231 from WillEhrendreich/patch-1
Browse files Browse the repository at this point in the history
Fix for bad Windows shell integration
  • Loading branch information
Yatao Li authored Apr 3, 2023
2 parents e991c49 + baa6fbe commit b925054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.fs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ let private win32RegisterFileAssociation() =
_edit.SetValue("", "Open with FVim")
_edit.SetValue("Icon", fvicon)
use command = _edit.CreateSubKey("command")
command.SetValue("", $"\{exe}\" \"%%1\"")
command.SetValue("", $"{exe}\" \"%%1\"")

// https://docs.microsoft.com/en-us/windows/desktop/shell/app-registration
do
Expand Down

0 comments on commit b925054

Please sign in to comment.