Skip to content

Commit 784f21d

Browse files
authored
Add Libs/Native to search folders (#514)
1 parent 1ba81cc commit 784f21d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ModAssistant/Pages/Mods.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,10 @@ public async Task CheckInstalledMods()
186186
GetBSIPAVersion();
187187
CheckInstallDir("IPA/Pending/Plugins");
188188
CheckInstallDir("IPA/Pending/Libs");
189+
CheckInstallDir("IPA/Pending/Libs/Native");
189190
CheckInstallDir("Plugins");
190191
CheckInstallDir("Libs");
192+
CheckInstallDir("Libs/Native");
191193
}
192194

193195
public async Task GetAllMods()

0 commit comments

Comments
 (0)