mirror of
https://github.com/atom/atom.git
synced 2026-02-18 18:34:21 -05:00
Merge branch 'master' into sm-windows-file-icon
This commit is contained in:
@@ -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}"}
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user