File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# Electron Installer
22
3- [ ![ AppVeyor Build status] ( https://ci.appveyor.com/api/projects/status/bq6c06suq5abb66s/branch/master?svg=true )] ( https://ci.appveyor.com/project/electron-bot/windows-installer/branch/master )
43[ ![ CircleCI] ( https://circleci.com/gh/electron/windows-installer.svg?style=svg )] ( https://circleci.com/gh/electron/windows-installer )
54
65NPM module that builds Windows installers for
7- [ Electron] ( https://github.com/electron/electron ) apps using
6+ [ Electron] ( https://electronjs.org ) apps using
87[ Squirrel] ( https://github.com/Squirrel/Squirrel.Windows ) .
98
109## Installing
@@ -24,8 +23,8 @@ const electronInstaller = require('electron-winstaller');
2423Then do a build like so..
2524
2625``` javascript
27- // NB: Use this syntax within an async function, Node does not have support for
28- // top-level await as of Node 12 .
26+ // Note: top-level await exists in Node >= 14.8.0. In earlier versions of Node, please wrap in an
27+ // async function .
2928try {
3029 await electronInstaller .createWindowsInstaller ({
3130 appDirectory: ' /tmp/build/my-app-64' ,
You can’t perform that action at this time.
0 commit comments