You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have a windows installer packaging option? As far as I can tell every packaged project with electron requires you to download electron and have ~200 mb of unnecessary files. Wouldn't it be much more efficient to have it download the files to 1 shared folder and "inject" the project into that?
Once you do that it could create another exe file that simply injects the project into electron upon opening, which not only saves a massive amount of space during testing but saves on bandwidth as well?
Perhaps we could have 2 types of installers - a network installer and one that has all assets bundled in? (all assets bundled in would basically just be what we have but you get my point)
The text was updated successfully, but these errors were encountered:
Would it be possible to have a windows installer packaging option? As far as I can tell every packaged project with electron requires you to download electron and have ~200 mb of unnecessary files. Wouldn't it be much more efficient to have it download the files to 1 shared folder and "inject" the project into that?
Once you do that it could create another exe file that simply injects the project into electron upon opening, which not only saves a massive amount of space during testing but saves on bandwidth as well?
Perhaps we could have 2 types of installers - a network installer and one that has all assets bundled in? (all assets bundled in would basically just be what we have but you get my point)
The text was updated successfully, but these errors were encountered: