tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 76d3a11be319860b8224d582c699cad18982aa07
parent 576d16b093085bdbb52fcfcf518109b684b56215
Author: Duncan McIntosh <dmcintosh@mozilla.com>
Date:   Mon, 20 Oct 2025 22:32:02 +0000

Bug 1993335 - Substitute the name of the shortcut instead of a literal '$R5' when replacing Start menu AUMIDs. r=browser-installer-reviewers,bytesized

Differential Revision: https://phabricator.services.mozilla.com/D269113

Diffstat:
Mtoolkit/mozapps/installer/windows/nsis/common.nsh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolkit/mozapps/installer/windows/nsis/common.nsh b/toolkit/mozapps/installer/windows/nsis/common.nsh @@ -7396,7 +7396,7 @@ ${EndIf} ${If} ${FileExists} "$SMPROGRAMS\$R5" - ShellLink::GetShortCutTarget "$SMPROGRAMS\$$R5" + ShellLink::GetShortCutTarget "$SMPROGRAMS\$R5" Pop $R4 ${GetLongPath} "$R4" $R4 ${If} "$R4" == "$R9" ; link path == install path