Coygo, Inc

Results 5 comments of Coygo, Inc

@lunafi-evan - If you put the `meteor-desktop` in a separate script and then run `meteor npm run` it should fix your issue. ``` script: { "desktop": "meteor-desktop" "build": "meteor npm...

I have upgraded meteor-desktop to the latest and meteor to 1.7.0.5 and I get different errors now: Note: this is running inside the docker container: ``` meteor npm i --production;...

It seems like moving `meteor npm i --production` within the docker container made the `-b` get further (but now runs the system to the max log length. Can I turn...

> Ok, so you are using a container to build your app, right? Yes. Referenced from here: https://www.electron.build/multi-platform-build#sample-travisyml-to-build-electron-app-for-macos-linux-and-windows > So indeed resigning from --verbose should help. I will take a...

I spoke too soon. I got it working in container (for windows and linux) as mentioned above, but I run into the STDERR for the mac os builds on travis....