electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
674 stars 85 forks source link

AppxManifest.xml file error - PublisherDisplayName does not match #127

Closed DevinStoen closed 4 years ago

DevinStoen commented 4 years ago

When I try to upload the appx package to the Windows store I get the complaint: Package acceptance validation error: The PublisherDisplayName element in the app manifest of mfi.appx is Reserved, which doesn't match your publisher display name: MyPublisherName.

In the AppxManifest file, the PublisherDisplayName field is 'Reserved'

<PublisherDisplayName> Reserved </PublisherDisplayName>

How do I change this field?

lookagit commented 2 years ago

@DevinStoen did you figure out how to chage this?