gerseeker.blogg.se

Create installer for electron app
Create installer for electron app











create installer for electron app create installer for electron app

Use npm to install prebuilt Electron binaries To use either of these tools, follow their respective documentation. NSIS tool and InnoSetup are tools that allow you to package and build a single setup EXE file for your Electron app. Use NSIS tool or InnoSetup to package and build a single setup EXE file Here are the steps you need to follow: 1. Now that we have created an installer for our Electron app, let’s package and distribute it.

create installer for electron app

Packaging and Distributing the Electron App electron-installer-windows is a tool that allows you to create Squirrel.Windows installers for your Electron app. Use Advanced Installer or electron-installer-windowsĪdvanced Installer is a Windows Installer authoring tool that allows you to create MSI installers for your Electron app. This command will create an installer for your Electron app. Type the following command to create a MSI installer:.Type the following command to create a package:.Open your terminal or command prompt and navigate to the root directory of your project.Replace the placeholders with your own information.PUT-YOUR-OWN-GUID-HERE 1.0.0 1033 Your Name Here Your App Description Here your-app-id 3.10.0 Release notes for your app go here false Your app summary goes here your app tags go here Your app title goes here













Create installer for electron app