From aa656b77601eddfbd0e0f325e6ca016c59bde5b5 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:17:22 -0500 Subject: [PATCH] Update nstrip_copy_stuff.ps1 --- nstrip_copy_stuff.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nstrip_copy_stuff.ps1 b/nstrip_copy_stuff.ps1 index 9290c3c..bc7be7d 100644 --- a/nstrip_copy_stuff.ps1 +++ b/nstrip_copy_stuff.ps1 @@ -101,7 +101,7 @@ $HOST.UI.RawUI.Flushinputbuffer() Write-Host "NStrip Convert all private/protected stuff to public. Requires true>" # 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") {