Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix libraries detection #344

Merged
merged 2 commits into from
May 15, 2021
Merged

Fix libraries detection #344

merged 2 commits into from
May 15, 2021

Conversation

Meivyn
Copy link
Contributor

@Meivyn Meivyn commented May 14, 2021

This ensures that MA will detect an installed library only if both the .manifest and the .dll were found. As it is now, it is checking both separately, and will still add the library if either of them is found.

This solves an issue that can happen if you have clean installed your game, and copied your old Plugins folder with the manifests into your new installation. MA thinks the libraries are installed, while they don't exist in Libs\. This can also maybe solve the Ini Parser issue that happens sometimes.

@luludotdev luludotdev merged commit 50c7b7a into bsmg:master May 15, 2021
Meivyn added a commit to Meivyn/ModAssistant that referenced this pull request Dec 2, 2021
luludotdev pushed a commit that referenced this pull request Dec 23, 2021
kcrg pushed a commit to kcrg/ModAssistant that referenced this pull request Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants