We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8c640 commit 90ce30eCopy full SHA for 90ce30e
desktop/tauri/src-tauri/templates/nsis/install_hooks.nsh
@@ -124,7 +124,7 @@ var dataDir
124
SetShellVarContext all
125
126
; Delete v1 registry values
127
- DeleteRegKey HKLM "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Portmaster"
+ DeleteRegKey HKLM "SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Portmaster"
128
129
Finish:
130
0 commit comments