Skip to content

Commit

Permalink
Reset version specific fields in interactive update (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanish-kh authored Apr 3, 2024
1 parent dc84793 commit 9be3d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WingetCreateCLI/Commands/UpdateCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ private async Task<Manifests> UpdateManifestsInteractively(Manifests manifests)
manifests.InstallerManifest.Installers = originalManifest.CloneInstallers();
await this.UpdateInstallersInteractively(manifests.InstallerManifest.Installers);
ShiftInstallerFieldsToRootLevel(manifests.InstallerManifest);
ResetVersionSpecificFields(manifests);
DisplayManifestPreview(manifests);
ValidateManifestsInTempDir(manifests);
}
Expand Down

0 comments on commit 9be3d9f

Please sign in to comment.