diff --git a/src/bootstrap.js b/src/bootstrap.js index a86e411..832571f 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -59,7 +59,10 @@ const startCore = () => { Constants, GPUSettings, updater, - crashReporterSetup + crashReporterSetup, + + // OpenCore additionals (non-standard) + securityUtils: require('./utils/securityUtils.js') }); const i = setImmediate(() => { @@ -133,4 +136,4 @@ getInstallPath: ${paths.getInstallPath()}`); } else { app.once('ready', startUpdate); } -}; \ No newline at end of file +};