cuba-labs / java-electron-tutorial

How to build Java Desktop applications with Electron
268 stars 49 forks source link

Packaged MacOS App does not start with Finder double-Click #7

Open mutex1980 opened 5 years ago

mutex1980 commented 5 years ago

The tutorial is great and completely worked for me. If I go one step further and bundle a MacOS app with:

electron-packager . <app_name>,

the generated app can be started from terminal with:

open <app_name>.app.

But if it is double clicked from Finder the app launches but the main window does not show up.