Skip to content

Commit

Permalink
[#4068]:NSIS Uninstaller registry entry format change
Browse files Browse the repository at this point in the history
  • Loading branch information
MATCHAABHISHEK committed Jul 18, 2019
1 parent 4bc0559 commit 762da69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/targets/nsis/NsisTarget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class NsisTarget extends Target {
APP_PACKAGE_NAME: appInfo.name
}
if (uninstallAppKey !== guid) {
defines.UNINSTALL_REGISTRY_KEY_2 = `Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${guid}`
defines.UNINSTALL_REGISTRY_KEY_2 = `Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{${guid}}`
}

const commands: any = {
Expand Down

0 comments on commit 762da69

Please sign in to comment.