branchseer / DeskGap

A cross-platform desktop app framework based on Node.js and the system webview
https://deskgap.com/
MIT License
1.83k stars 75 forks source link

Cordova-Electron and code-signing #28

Open tiptronic opened 5 years ago

tiptronic commented 5 years ago

This is not an issue, but more of a question to get some things sorted in my brain 😉

Did you see the latest member of the Apache/Cordova project? https://cordova.apache.org/announcements/2019/02/28/cordova-electron-release-1.0.0.html

They got the code-signing-stuff sorted out nicely. The caveat there is, that they wrap the complete Electron package into an application, which makes the application size really huge.

Would it be possible (and easier) to adapt their build-system and wrap node into the builds - like you do on this DeskGap project?