James Smith

Results 638 comments of James Smith

Thanks for the detailed instructions on how to fix. One thing that might be relevant is that this repository had disappeared from my addon repositories list already - perhaps that's...

It actually only needs UDP on one port: ``` -A OUTPUT -d 224.0.0.251/32 -o eth0 -p udp -m udp --dport 5353 -j ACCEPT -A INPUT -s 224.0.0.251/32 -i eth0 -p...

@drchriscole you can right click then option-click on open to enable the app, but yes, this is something we need to fix properly.

Looks like https://www.npmjs.com/package/electron-osx-sign might be the thing to use

@davetaz am I right in thinking we already have an apple developer license for the ODI because of the mobile apps?

@davetaz brilliant, thanks.

Yep, need to build (or at least sign) on OSX. Hadn't considered doing travis build on OSX, that's an interesting possibility; I was thinking it would have to be a...

`electron-packager` (which we use already) uses `electron-osx-sign` so there's no need to change that. Just need to be on the right OS and have the certificate.

API shouldn't have changed, no. We should re-test with the current master and tag a release.