Emil Pettersson

Results 149 comments of Emil Pettersson

@sulf, check [this](https://github.com/castlabs/electron-releases/issues/105#issuecomment-905087389) comment out. In short, the `.sig` files are VMP signatures and they are safe to remove before creating your universal build (they would be invalidated anyway, and...

Yes, you are right. And using `afterPack` on macOS and `afterSign` for Windows is the correct approach when using `electron-builder`.

Well, that is a bummer. I actually never tested this with an universal build, so you would know better than I. It seems an `afterPack` call for universal builds would...

The resulting NIB is generated in `Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/MainMenu.nib`. And I'm pretty sure the latest version of `electron-builder` has fixed this problem (although the `.sig` file still needs to be handled...

What exact issue are you referring to, the NIB problem or the signature file? If it is the NIB issue it was fixed by electron-builder upstream, but maybe there has...

Yeah, that is because the included VMP signature files are created separately for `x86` and `arm64`, so they will differ. The easiest fix is the one I mentioned [previously in...

While I'm not privy to the meaning of the error codes used by Netflix I'm pretty sure this has to do with the Widevine VMP requirement. Did you read the...

Unfortunately VMP is not yet supported on Linux by the Widevine CDM and it is currently a prerequisite for securely storing offline licenses. I'll check with the Widevine team about...

Linux support for the VMP enabled Widevine CDM is on the roadmap and is being actively investigated, although the ETA is unclear at this point. We are probably looking at...

I've not heard anything new on this topic yet, but I'll make sure to bring it up with Widevine again to check the status.