[Splash > Backend] Fix quickstart on win32 from last commit
This commit is contained in:
parent
9fd8dc8530
commit
6c7f3ee2a9
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ exports.initSplash = (startMinimized = false) => {
|
||||||
if (process.env.OPENASAR_QUICKSTART || oaConfig.quickstart) setTimeout(() => {
|
if (process.env.OPENASAR_QUICKSTART || oaConfig.quickstart) setTimeout(() => {
|
||||||
destroySplash();
|
destroySplash();
|
||||||
|
|
||||||
|
if (newUpdater != null) require('../utils/u2QuickLoad'); // Manually load module paths for faster requiring
|
||||||
|
|
||||||
launchMainWindow();
|
launchMainWindow();
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
Loading…
Reference in a new issue