IridiumIO / CompactGUI

Transparently compress active games and programs using Windows 10/11 APIs
GNU General Public License v3.0
5.11k stars 238 forks source link

#385 Fix Application Crash #393

Closed BrunoCostaGH closed 9 months ago

BrunoCostaGH commented 9 months ago

fix(MainViewModel.vb): Resolve crash when compressing an empty folder and adding it to the watcher fix(Watcher.vb): Resolve crash when attempting to add an uncompressed folder to the watcher, which caused a division by 0 throw and subsequent crash

Closes #385

Iridium-IO commented 9 months ago

Thanks for doing this :) I decided to just prevent empty folders from being parsed at the folder selection stage, which I thought I had done already