Solution cleanup

This commit is contained in:
kafeijao 2023-04-26 18:45:24 +01:00
parent 344e3bb6d6
commit 62eb612d73
No known key found for this signature in database
GPG key ID: E99978723E454B4C
47 changed files with 988 additions and 1635 deletions

View file

@ -42,7 +42,7 @@ Copy-Item $cvrPath$cvrManagedDataPath"\*" -Destination $managedLibsFolder
# Third Party Dependencies
$melonModsPath="\Mods\"
$modNames = @("BTKUILib")
$modNames = @("BTKUILib", "UIExpansionKit", "ChatBox", "ml_prm")
$missingMods = New-Object System.Collections.Generic.List[string]