-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
I would like to suggest a new feature where the bundle is split in 2 different packages: one with the actual code for the application (ie, the resources directory), and another one with the electron/chrome binary and libraries, with one depending on another.
This way, it would make it easier (at least for us), to update our application that run on computers with a 3g internet connection, where only the actual application code needs to be updated (and a way smaller download package).
fczuardi and alexvetter