Vladimir Krivosheev

Results 146 comments of Vladimir Krivosheev

Could you please explain why this change is required?

Please note that currently you can build LaunchUI on macOS because of https://github.com/andlabs/libui/issues/422 I am not going to fix it because I don't need LaunchUI for macOS.

Discussion started here — https://github.com/electron-userland/electron-packager/issues/656#issuecomment-304502144 I will continue here (since issue can be fixed only on electron side, not in userland). I propose to validate asar file. Using sha hash...

> Another option is to put all static assets in a native library file. .asar becomes .dll or .so/.a It is not an option because DLL signature is not checked....

@drjasonharrison Since macOS Sierra no UI setting to disable Gatekeeper. The only way to run unsigned app — using explicit Open or disable Gatekeeper using Terminal (sudo). But Gatekeeper doesn't...

https://github.com/electron/electron/pull/9648

Building OS X app on windows has very limited scope. Because you cannot sign it (and unsigned app is forbidden by default) and cannot build DMG. Anyway — I think...

If you really need to pack mac not on mac machine and you don't care of code signing — and if you don't want to use Linux machine or VM,...

It seems `electron-auto-updater` should support `electron-release-server` as a update server provider. I mean — grab lasest version using `/download/latest` and download file using `/download/:version/:platform`