Remove placeholders in registry paths

This commit is contained in:
mtkennerly 2020-06-30 23:35:55 -04:00
parent babf173b78
commit 64e19059ec
3 changed files with 16 additions and 17 deletions

View file

@ -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,
},