mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
Update nstrip_copy_stuff.ps1
This commit is contained in:
parent
d8005433f3
commit
aa656b7760
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue