if (settings.makeSplash) {
    checkSplashFile(settings.splashFile).then(image => {
      imageObjects.splash = image;
    });
  }