Remove placeholders in registry paths
This commit is contained in:
parent
babf173b78
commit
64e19059ec
3 changed files with 16 additions and 17 deletions
|
@ -93,12 +93,12 @@ const PATH_ARGS: { [arg: string]: { mapped: string, when?: Constraint, registry?
|
|||
},
|
||||
},
|
||||
hkcu: {
|
||||
mapped: "<regHkcu>",
|
||||
mapped: "HKEY_CURRENT_USER",
|
||||
when: { os: "windows" },
|
||||
registry: true,
|
||||
},
|
||||
hklm: {
|
||||
mapped: "<regHklm>",
|
||||
mapped: "HKEY_LOCAL_MACHINE",
|
||||
when: { os: "windows" },
|
||||
registry: true,
|
||||
},
|
||||
|
|
Reference in a new issue