Set the app name in Windows file handler to handle beta

This commit is contained in:
Damien Guard
2016-08-23 13:32:42 -07:00
parent 4a26e18487
commit b6a72b058d

View File

@@ -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 = [