thunderllka.blogg.se

Create installer electron app
Create installer electron app








create installer electron app create installer electron app

Node 8 or above (to check, run node -v).Windows 10 with at least the Anniversary Update (if your Windows has been updated before 2018, you're good).Usageīefore running the Electron-Windows-Store CLI, let's make sure we have all the prerequisites in place. The first option requires only the Windows 10 SDK, while the second option also requires the Desktop App Converter. This tool supports two methods to create AppX packages: Either using manual file copy operations, or using Windows Containers. To turn an Electron app into an AppX package, run: electron-windows-store -input-directory C:\myelectronapp -output-directory C:\output\myelectronapp -package-version 1.0.0.0 -package-name myelectronapp Then, configure your PowerShell: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

create installer electron app

To install this command line tool, get it directly from npm: npm install -g electron-windows-store appx without using the Windows Store, allowing users to just double-click your. This allows you to submit your Electron app to the Windows Store 📦. Electron-Windows-Store: A CLI that takes the packaged output of your Electron app, then converts it into an AppX package.










Create installer electron app