ktwrd / beans-rs

Open-Source Installer for Sourcemods
GNU General Public License v3.0
7 stars 1 forks source link

Uninstall Workflow #29

Closed ktwrd closed 3 months ago

ktwrd commented 3 months ago

This PR adds an uninstall CLI sub-command and wizard option for uninstalling the target game. Before deleting the sourcemod mod folder, it will check if all of the following conditions are met;

If any of those conditions are not met, an error will be returned and will not allowed the user to uninstall the game (if it is even installed).

toastxc commented 3 months ago

I'll have a looky

toastxc commented 3 months ago

I can't see anything inherently wrong with the modifications, but do make sure to test (and not do a crowdstrike).

ktwrd commented 3 months ago

Looks good, pls test (including edge cases).

I tested it on W10 (w/ OF in the default sourcemod folder) last night, but I'll check it on my Debian install and my Steam Deck tonight.

ktwrd commented 3 months ago

Tested on my windows install. Need to rebase from develop since #30 was merged.