Skip to content

Commit

Permalink
Use NestedInstallerFiles for generating installer nodes in New Command (
Browse files Browse the repository at this point in the history
#434)

Co-authored-by: Ryan <69221034+ryfu-msft@users.noreply.github.com>
  • Loading branch information
mdanish-kh and ryfu-msft authored Aug 16, 2023
1 parent 8fb5e37 commit afefaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WingetCreateCLI/Commands/NewCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public override async Task<bool> Execute()
{
InstallerUrl = installerUrl,
PackageFile = packageFile,
RelativeFilePaths = new List<string> { installer },
NestedInstallerFiles = new List<NestedInstallerFile> { new NestedInstallerFile { RelativeFilePath = installer } },
IsZipFile = true,
ExtractedDirectory = extractDirectory,
});
Expand Down

0 comments on commit afefaa4

Please sign in to comment.