Merge branch 'master' into sm-windows-file-icon

This commit is contained in:
Damien Guard
2016-08-25 18:20:51 -07:00
3 changed files with 11 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ 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: 'DefaultIcon', name: '', value: "#{fileIconPath}"}
]
)