electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
678 stars 86 forks source link

AppXBundle supports multiple architectures x64_ x86 #113

Open lmssrinivas opened 5 years ago

lmssrinivas commented 5 years ago

I already have native desktop with appxbundle(which supports all architectures) format submitted to the store, now I am trying to upgrade the app with electron and I have .appx package with me

Got this error A previous submission for this app was released with a Windows 10 .msixbundle or .appxbundle. Subsequent submissions must continue to contain a Windows 10 .msixbundle or .appxbundle.

Just wondering how do I create .appxbundle for electron app which supports the all architecture

felixrieseberg commented 5 years ago

I am not sure, actually. Presumably you need to package up multiple appx packages (and bundle both x64 and ia32 Electron builds into one package), so I’d suggest that you take this question to Microsoft’s support forums.

On Nov 20, 2018, at 05:47, Mani notifications@github.com wrote:

I already have native desktop with appxbundle(which supports all architectures) format submitted to the store, now I am trying to upgrade the app with electron and I have .appx package with me

Got this error A previous submission for this app was released with a Windows 10 .msixbundle or .appxbundle. Subsequent submissions must continue to contain a Windows 10 .msixbundle or .appxbundle.

Just wondering how do I create .appxbundle for electron app which supports the all architecture

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.