Update nstrip_copy_stuff.ps1

This commit is contained in:
NotAKidoS 2023-04-26 11:17:22 -05:00
parent d8005433f3
commit aa656b7760

View file

@ -101,7 +101,7 @@ $HOST.UI.RawUI.Flushinputbuffer()
Write-Host "NStrip Convert all private/protected stuff to public. Requires <AllowUnsafeBlocks>true></AllowUnsafeBlocks>"
# Create an array to hold the file names to strip
$dllsToStrip = @('Assembly-CSharp.dll','Assembly-CSharp-firstpass.dll','AVProVideo.Runtime.dll')
$dllsToStrip = @('Assembly-CSharp.dll','Assembly-CSharp-firstpass.dll','AVProVideo.Runtime.dll','cohtml.Net.dll','Cohtml.RenderingBackend.dll','Cohtml.Runtime.dll')
# Check if NStrip.exe exists in the current directory
if(Test-Path -Path ".\NStrip.exe") {