mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
[NAK_CVR_Mods] Strip properties.
This commit is contained in:
parent
d67c45023f
commit
eef6f1bf51
2 changed files with 1 additions and 49 deletions
|
@ -147,7 +147,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 -n -cg --cg-exclude-events $dllPath $dllPath
|
||||
}
|
||||
|
||||
Write-Host ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue