electron-windows-store icon indicating copy to clipboard operation
electron-windows-store copied to clipboard

AppXBundle supports multiple architectures x64_ x86

Open lmssrinivas opened this issue 7 years ago • 1 comments

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

lmssrinivas avatar Nov 20 '18 13:11 lmssrinivas

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 [email protected] 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.

felixrieseberg avatar Nov 20 '18 18:11 felixrieseberg