winget-cli

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

commit bbcfd21728907b259d907d7391c2ffd4e5f206dd
parent 171d95bc05bd42c1f495814a996f82038acf8016
Author: Kaleb Luedtke <trenlymc@gmail.com>
Date:   Thu,  3 Nov 2022 21:10:33 -0500

Revert "Get arguments when using archive type package (#2660)" (#2663)

This reverts commit 171d95bc05bd42c1f495814a996f82038acf8016.
Diffstat:
Msrc/AppInstallerCLICore/Workflows/InstallFlow.cpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/AppInstallerCLICore/Workflows/InstallFlow.cpp b/src/AppInstallerCLICore/Workflows/InstallFlow.cpp @@ -319,7 +319,6 @@ namespace AppInstaller::CLI::Workflow ScanArchiveFromLocalManifest << ExtractFilesFromArchive << VerifyAndSetNestedInstaller << - GetInstallerArgs << ExecuteInstallerForType(context.Get<Execution::Data::Installer>().value().NestedInstallerType); }