stayintarkov / SIT.Manager.Avalonia

MIT License
39 stars 24 forks source link

Fixes for sit install service #271

Closed artehe closed 1 month ago

artehe commented 1 month ago

Fixes 3 things I notices with the install service:

  1. The CleanUpEFTDirectory didn't actually work properly for a fresh install as it was relying on the stored EFT version rather than the target location we were trying to install to.
  2. Progress for the download would get reported as 1 at the end when it should be 100.
  3. Removed the call to CopyEftSettings as we already do that elsewhere if the user requested it.