Skip to content

Commit 7af8bea

Browse files
libstarlight is safe
1 parent 9f6746f commit 7af8bea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

BepInEx.Core/Bootstrap/BaseChainloader.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,8 @@ private static bool IsAssemblySafe(string assemblyPath)
478478
["user32.dll"] = [
479479
"GetForegroundWindow", "MessageBox"
480480
],
481-
["winmm.dll"] = [ "*" ]
481+
["winmm.dll"] = [ "*" ],
482+
["libstarlight.so"] = [ "*" ]
482483
};
483484
try
484485
{

0 commit comments

Comments
 (0)