Skip to content

Commit aa4a6e2

Browse files
committed
Update example run script
1 parent 25c2c21 commit aa4a6e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ export DOORSTOP_ENABLE=TRUE;
2424
# What .NET assembly to execute. Valid value is a path to a .NET DLL that mono can execute.
2525
export DOORSTOP_INVOKE_DLL_PATH=$doorstop_dir/Doorstop.dll;
2626

27+
# If enabled, this will prioritize assembly resolving from the given directory
28+
# export DOORSTOP_CORLIB_OVERRIDE_PATH=""
29+
2730
# Specify the name of the game's executable here!
2831
./LinuxTest.x86_64

0 commit comments

Comments
 (0)