From b6a72b058d350920fcdf4281bda00dc49fc2adfc Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Tue, 23 Aug 2016 13:32:42 -0700 Subject: [PATCH] Set the app name in Windows file handler to handle beta --- src/main-process/win-shell.coffee | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = [