-
Notifications
You must be signed in to change notification settings - Fork 86
Description
What you think about spliting electronjs files (electron.exe and so on..) and electron app into two different UWPs. One to work as ElectronJS Runtime while other UWP will simply have only electron app files in for example, lib directory while on Assets and AppxManifest will have basic informations about electron app and of course much shorten ghost.app. That could help distributing Electron-UWP apps faster since all of those Electron apps inside UWP will use UWP-based Electron runtime to run.
I'm working on similar project but getting issues like Process executed with exit code: 101457950 error codes and so on... Anyway, it would be nice to see more people working on the same interesting concept - especially if Electron decides to do it by themselfs with community : )
Thank you for your hard and great work and thank you for your understanding.