mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
Solution cleanup
This commit is contained in:
parent
344e3bb6d6
commit
62eb612d73
47 changed files with 988 additions and 1635 deletions
|
@ -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]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue