Closed Jian-Ng closed 1 year ago
Thanks for giving me a informative bug report.
I'm so sorry this has happened here's an easy way to revert this if you don't have a backup of your mods:
mods.ini
and find the mod that was disabled incorrectly to get the exact name if you can't remember the mod nameIf this has happened to more than one mod, reinstalling them works but remember to delete the incorrect files in the disabled mods directory
I will work on this as soon as I can.
This issue will be fixed and a patch will be released later today.
The issue was that the destination path for moving a mod to the disabled mods directory was not including the mod folder itself.
Before:
self.move(disabledModsPath, modDestPath)
After:
self.move(os.path.join(disabledModsPath, mod), modDestPath)
Thanks for reporting this bug it really means a lot.
I was using the old version for a while before updating, I noticed that disabling mods no longer moves the mod folder to the "disabled-mods" folder, but rather the contents of the mod folder instead. I downloaded the mod from the releases page.
I have a few screenshots and a video attached. My software doesn't record the right-click somehow, but look to the right and you can see that the mod is disabled.
https://github.com/Wolfmyths/Myth-Mod-Manager/assets/110548158/e855a66b-e436-4f1b-a652-17c90762c882