-
Otherwise users forced to solve "How to create installers?" issue :) And it leads to https://github.com/electron/windows-installer/issues/81
I am not familiar with ember-electron, just ask what do yo…
-
Note: needs further debugging, but I'm adding this here to document the problem and for my own reference.
### Error
```
Build failed.
The Broccoli Plugin: [BabiliPlugin] failed with:
Error: …
-
I noticed this addon just copies your ember app's `package.json` into the packaged app. From what I understand, electron only needs `name`, `version` and `main`, so shouldn't `ember-electron` construc…
-
when i try to use
const electron = require('electron');
in the controller section of the app, then when i save it, in the command window, it gives an error require is not defined, but app builds an…
-
As @VsevolodTrofimov reports [here](https://github.com/felixrieseberg/ember-electron/issues/130#issuecomment-285091459)
> v 2.0 doesn't start on windows due to multiple platform specific (mac) depe…
-
I'm making a cross-platform Electron app. When run on Windows, I need to inspect the registry, so I'm using [regedit](https://github.com/ironSource/node-regedit).
I'm doing my development on macOS,…
-
Hello,
I will try to explain my problem,
My app (ember app) was built with ember electron (underhood it have electron-packager). I have created .app and .exe -with .dll and some stuff-, and is w…
-
After creating a new app, if you try to import a node library, you get the following error: `'requireNode' is not defined`
The current workaround is to go to `node_modules/ember-electron/lib/resour…
-
Hello!
I am trying to sign mac application, but it isn't signing correctly, but is not showing any warning or error showing the reason.
"osx-sign": {
"identity": "Developer ID Application…
-
When I use `ember electron:package darwin` I see the following warning:
> You are using the old API, please read the new docs and update to the new API
> The version parameter is deprecated, use e…