norbyv1

Results 1 comments of norbyv1

You need to use await just wrap it in a function: ``` const electronInstaller = require('electron-winstaller'); async function e() { try { await electronInstaller.createWindowsInstaller({ appDirectory: '/tmp/build/my-app-64', outputDirectory: '/tmp/build/installer64', authors: 'My...