Ryan Lester

Results 40 comments of Ryan Lester

Thanks for the quick reply @erisu. Yes, I was previously using the nightly version, but I had to do this in order to get Electron version 6.1.7, as only the...

Just to clarify, if this part wasn't clear, building and signing the `mas` target appears to work; the issue is that it's being rejected from the Mac App Store, which...

That's good to know, thanks! I didn't, but I'll find and post that in the other thread today.

Okay, we narrowed things down a bit over in the Electron issue thread. Turns out that the `electron` npm package being included in app.asar.unpacked is the problem. Is cordova-electron doing...

Thanks for explaining all that! I'd been meaning to look into the `[Cordova Electron] The built package size may be larger than necessary.` warning at some point. So basically anything...

Didn't mean to take up so much of your time, but thanks for looking into this! As far as why the dependencies are organized as they are, it's less a...

Until this is fixed, as a workaround, you can copy those icons into `platforms/electron/build-res/appx/`.

Update: doing the Linux build from a Linux environment (actually just within a Docker container) resolved this issue. Seems that either cordova-electron or Electron itself should consider doing the same...

In case it's helpful to anyone, here's the temporary workaround I'm using until this is resolved: ``` read -r -d '' modules As I see it, automated environments should be...

I'm not really sure. This is the fix that worked for me, but I'm not familiar enough with protobufjs or jsdoc to say what it would take to work around...