Skip to content

Commit

Permalink
Place copyright into appropriate field (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Apr 11, 2022
1 parent d4606e5 commit b375034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WingetCreateCore/Common/PackageParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ private static bool ParsePackage(InstallerMetadata installerMetadata, Manifests
defaultLocaleManifest.Publisher ??= versionInfo.CompanyName?.Trim();
defaultLocaleManifest.PackageName ??= versionInfo.ProductName?.Trim();
defaultLocaleManifest.ShortDescription ??= versionInfo.FileDescription?.Trim();
defaultLocaleManifest.License ??= versionInfo.LegalCopyright?.Trim();
defaultLocaleManifest.Copyright ??= versionInfo.LegalCopyright?.Trim();

if (ParsePackageAndGenerateInstallerNodes(installerMetadata, manifests))
{
Expand Down

0 comments on commit b375034

Please sign in to comment.