Skip to content

Commit b94bf4f

Browse files
committed
update value
1 parent 2d18303 commit b94bf4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/utils/registry.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ namespace registry
6262
const wchar_t INSTALL_SCOPE_REG_KEY[] = L"Software\\Classes\\powertoys\\";
6363
const wchar_t UNINSTALL_REG_KEY[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall";
6464

65-
// Bundle UpgradeCode from PowerToys.wxs
66-
const wchar_t BUNDLE_UPGRADE_CODE[] = L"6341382d-c0a9-4238-9188-be9607e3fab2";
65+
// Bundle UpgradeCode from PowerToys.wxs (with braces as stored in registry)
66+
const wchar_t BUNDLE_UPGRADE_CODE[] = L"{6341382D-C0A9-4238-9188-BE9607E3FAB2}";
6767

6868
enum class InstallScope
6969
{

0 commit comments

Comments
 (0)