

After setting up your account in your dashboard home, you should notice an "App and games" workspace. To release an app on the Microsoft Store, you'll first need to sign up for a Microsoft Developer account.

Step 1 - Create a Microsoft Developer Account Follow the steps to have your app on the Microsoft Store in no time.

zulip-electron (two package.json) and onshape-desktop-shell (one package.json) are some real-world projects that use electron-builder for their packaging.You've finished coding up an app with Electron and now you want to release it to the Microsoft Store? Well, we've gone through the trial and error, so you don't have to. On Linux - $ npm run dist |- appname-version.AppImage |- b |- linux-unpackedĮlectron-builder is highly configurable. On Windows - # When using target - Squirrel $ npm run dist |- win | |- REALESES | |- appnameSetupversion.exe | |- appname-version-full.nupkg |- win-unpacked # When using target - NSIS $ npm run dist |- win | |- appnameSetupversion.exe |- win-unpacked running it on OSX will create - $ npm run dist |- mac | |- appname-version-mac.zip | |- appname-version.dmg | |- appname.app By default build command will only generate the installer for current platform and current arch. To package your app into an installer use command: npm run dist You’ve successfully configured electron-builder. On windows build you can also use NSIS target which is the default one and recommended by electron-builder.
