winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6cc9bc647b74d124c38108cb911f05c5bbcc81fd
parent 412408a5a161fe3f5c70f208f5dc58bac6035326
Author: Easton Pillay <easton@planeteaston.com>
Date:   Fri, 12 Nov 2021 14:00:39 -0600

Made the Installation Disclaimer for the Microsoft Store bold. (#1698)


Diffstat:
Msrc/AppInstallerCLICore/Workflows/InstallFlow.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/AppInstallerCLICore/Workflows/InstallFlow.cpp b/src/AppInstallerCLICore/Workflows/InstallFlow.cpp @@ -123,7 +123,7 @@ namespace AppInstaller::CLI::Workflow if (installerType == InstallerTypeEnum::MSStore) { - context.Reporter.Info() << Resource::String::InstallationDisclaimerMSStore << std::endl; + context.Reporter.Info() << Execution::PromptEmphasis << Resource::String::InstallationDisclaimerMSStore << std::endl; } else {