[LuaTTS] Initial Builds

This commit is contained in:
NotAKidoS 2024-05-31 21:31:43 -05:00
parent f8dc4e9521
commit 0a0e6d849b
9 changed files with 194 additions and 1 deletions

View file

@ -163,7 +163,7 @@ else {
# Loop through each DLL file to strip and call NStrip.exe
foreach($dllFile in $dllsToStrip) {
$dllPath = Join-Path -Path $managedLibsFolder -ChildPath $dllFile
& $nStripPath -p -n $dllPath $dllPath
& $nStripPath -p -cg -n $dllPath $dllPath
}
Write-Host ""