-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
- The target platform(s) the problem occurs on (Linux, Mac, Mac App Store, and or Windows): Mac
- Node version (run
node -v
):➜ node -v v11.10.1
- auto-launch version:
"auto-launch": "^5.0.5",
- The options you're passing to auto-launch:
See code snipet below.
- Are you using NW.js or Electron?
Electron
- If so, which version?
"electron": "4.0.1", "electron-builder": "20.38.4", "electron-webpack": "^2.6.2", "webpack": "4.28.4"
- If you're using Electron, are you using auto-launch from the main process or a renderer process?
Main process
- If so, which version?
- Can you reproduce this with a simple Hello World example app? Using clone of
electron-webpack-quick-start
. - If needs be, would you be able to provide us with a simple app (as simple as possible) which reproduces the problem?
See code snipet below
Clone project:
//create a directory of your choice, and copy template using curl mkdir new-electron-webpack-project && cd new-electron-webpack-project curl -fsSL https://github.com/electron-userland/electron-webpack-quick-start/archive/master.tar.gz | tar -xz --strip-components 1 //install dependencies yarn
Install module:
yarn add auto-launch
Add the following code to ./src/main/index.js
:
import { autoLaunch } from 'auto-launch' // Global Auto Launch references var appAutoLaunch = new autoLaunch({ name: 'Hello World App', isHidden: true })
Metadata
Metadata
Assignees
Labels
No labels