ferdium / ferdium-recipes

Recipes encapsulate your favourite apps into Ferdium for unified notifications handling and more
MIT License
77 stars 182 forks source link

Handle case correctly where the 'icon.svg' file isn't present #550

Closed vraravam closed 2 months ago

vraravam commented 2 months ago

Pre-flight Checklist

Please ensure you've completed all of the following.

Description of Change

  1. Minor refactoring to use consistent fs.existsSync for files.
  2. Also, fixed a bug where, if the icon.svg file was missing, the packaging step would error out.