Skip to content

Move pre-ready code to a specific directory for compatibility with patchers.

This MR moves code that explicitly requires execution before the electron ready event is emitted, so that patchers may execute it for us, as ready will have already passed by the time our code will be executed. This MR is a work in progress, as I need to check for any more code that requires pre-ready execution.

Merge request reports