Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Appx is taking default electron image #8746

Open
saikumarsalientminds opened this issue Dec 20, 2024 · 0 comments
Open

Windows Appx is taking default electron image #8746

saikumarsalientminds opened this issue Dec 20, 2024 · 0 comments

Comments

@saikumarsalientminds
Copy link

  • Electron-Builder Version: 25.1.7
  • Node Version: v18.20.5
  • Electron Version:32.1.2
  • Electron Type (current, beta, nightly): 1.6.10
  • Target: appx

We are generating the appx for windows store submission using electron builder. we are able to generate the appx, and submitted for certification then we are getting this error
The available product tile icons include a default image. Tile icons must uniquely represent product so users associate icons with the appropriate products and do not confuse one product for another. For information about tiles see https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/tiles-and-notifications-app-assets, or for 3D icons for Mixed Reality products, see https://docs.microsoft.com/en-us/windows/mixed-reality/3d-app-launcher-design-guidance.
my pacakge.json
"win": {
"target": "appx",
"icon": "build/icons/myapp.ico"
},
"appx": {
"publisher": "CN=xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx",
"publisherDisplayName": "MYAPP",
"displayName": "myapp",
"identityName": "MYAPP.myapp",
"backgroundColor": "#464646",
"showNameOnTiles": true
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant