diff --git a/src/main-process/win-shell.coffee b/src/main-process/win-shell.coffee index 2bb993e9c..2abf9b5c5 100644 --- a/src/main-process/win-shell.coffee +++ b/src/main-process/win-shell.coffee @@ -40,7 +40,10 @@ class ShellOption exports.appName = appName exports.fileHandler = new ShellOption("\\Software\\Classes\\Applications\\#{exeName}", - [{key: 'shell\\open\\command', name: '', value: "#{appPath} \"%1\""}] + [ + {key: 'shell\\open', name: 'FriendlyAppName', value: "#{appName}"}, + {key: 'shell\\open\\command', name: '', value: "#{appPath} \"%1\""} + ] ) contextParts = [