Tutorial by Examples

Here Is basic build file to build executable from electron windows app. var electronInstaller = require('electron-winstaller'); var resultPromise = electronInstaller.createWindowsInstaller({ appDirectory: 'Your_electron_application_path', authors: 'Author Name', description: "D...

Page 1 of 1