[SmoothRay] Initial Upload

This commit is contained in:
NotAKidoS 2023-05-21 23:04:39 -05:00
parent b5df421bec
commit c05213d970
9 changed files with 274 additions and 1 deletions

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','cohtml.Net.dll','Cohtml.RenderingBackend.dll','Cohtml.Runtime.dll')
$dllsToStrip = @('Assembly-CSharp.dll','Assembly-CSharp-firstpass.dll','AVProVideo.Runtime.dll','cohtml.Net.dll','Cohtml.RenderingBackend.dll','Cohtml.Runtime.dll','SteamVR.dll','SteamVR_Actions.dll')
# Check if NStrip.exe exists in the current directory
if(Test-Path -Path ".\NStrip.exe") {