if (settings.makeIcon) {
    checkIconFile(settings.iconFile).then(image => {
      imageObjects.icon = image;
    });
  }