adopted-ember-addons / ember-electron

:zap: Build, test, compile and package desktop apps with Ember and Electron
https://ember-electron.js.org/
Other
805 stars 109 forks source link

The option '--app-category-type' is not registered with the electron:package command #40

Closed oskarrough closed 8 years ago

oskarrough commented 8 years ago

Hi, I'm on ember-cli 2.3.0 and ember-electron 1.1.0. When I run ember electron:package --app-category-type=public.app-category.music I get the following warning:

The option '--app-category-type' is not registered with the electron:package command.
Run ember electron:package --help for a list of supported options.

Did I miss something obvious?

felixrieseberg commented 8 years ago

No, you found a bug - thanks for reporting. That being said, to fix this right now, you can put it into your package.json - that should work. I'll fix the bug later today.

felixrieseberg commented 8 years ago

This is now fixed in 1.1.1!