Skip to content

Commit

Permalink
Shift fields back to installer level for re-run (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanish-kh authored Aug 22, 2023
1 parent afefaa4 commit f60137f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WingetCreateCLI/Commands/NewCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ public override async Task<bool> Execute()
}
}

ShiftRootFieldsToInstallerLevel(manifests.InstallerManifest);
PromptManifestProperties(manifests);
MergeNestedInstallerFilesIfApplicable(manifests.InstallerManifest);
ShiftInstallerFieldsToRootLevel(manifests.InstallerManifest);
Expand Down

0 comments on commit f60137f

Please sign in to comment.