Skip to content

Commit

Permalink
Add Libs/Native to search folders (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoco007 authored Oct 28, 2024
1 parent 1ba81cc commit 784f21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ModAssistant/Pages/Mods.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,10 @@ public async Task CheckInstalledMods()
GetBSIPAVersion();
CheckInstallDir("IPA/Pending/Plugins");
CheckInstallDir("IPA/Pending/Libs");
CheckInstallDir("IPA/Pending/Libs/Native");
CheckInstallDir("Plugins");
CheckInstallDir("Libs");
CheckInstallDir("Libs/Native");
}

public async Task GetAllMods()
Expand Down

0 comments on commit 784f21d

Please sign in to comment.