diff --git a/src/bootstrap.js b/src/bootstrap.js index 284c8ec..91582c4 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -54,6 +54,11 @@ const startCore = () => { const startUpdate = () => { appUpdater.update(false, () => { + if (process.env.OPENASAR_NOSTART) { + log('Bootstrap', 'Found nostart variable, halting bootstrap'); + return; + } + startCore(); }, () => { log('Bootstrap', 'Setting main window visible');