R2NorthstarTools / FlightCore

Installer/Updater/Launcher for Northstar
MIT License
59 stars 14 forks source link

fix: Properly handle steamlocate app location tristate #902

Closed Jan200101 closed 4 months ago

Jan200101 commented 4 months ago

find_app returns a complex a Result<Option<t>> which gives us the tristate of

  1. checked and its there
  2. checked and its not there
  3. something fucked up

we only caught 1 and 3