Skip to content

Commit ad9982a

Browse files
committed
Fix Mozilla company name in programs and features
1 parent 496b103 commit ad9982a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/installer/windows/nsis/shared.nsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ ${RemoveDefaultBrowserAgentShortcut}
915915
${WriteRegStr2} $1 "$0" "DisplayVersion" "${AppVersion}" 0
916916
${WriteRegStr2} $1 "$0" "HelpLink" "${HelpLink}" 0
917917
${WriteRegStr2} $1 "$0" "InstallLocation" "$8" 0
918-
${WriteRegStr2} $1 "$0" "Publisher" "Mozilla" 0
918+
${WriteRegStr2} $1 "$0" "Publisher" "${CompanyName}" 0
919919
${WriteRegStr2} $1 "$0" "UninstallString" "$\"$8\uninstall\helper.exe$\"" 0
920920
DeleteRegValue SHCTX "$0" "URLInfoAbout"
921921
; Don't add URLUpdateInfo which is the release notes url except for the release

0 commit comments

Comments
 (0)