electron/spec/fixtures/api/window-all-closed/package.json
Milan Burda 23d44e322d feat: use default-app behavior in packaged apps (#16310)
Unify the behavior between default app and packaged apps:
- create default application menu unless the app has one
- default window-all-closed handling unless the app handles the event
2019-01-15 21:35:53 +01:00

4 lines
55 B
JSON

{
"name": "window-all-closed",
"main": "main.js"
}