mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Set the app name in Windows file handler to handle beta
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user