We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af1be5e + 0bae954 commit 001abf1Copy full SHA for 001abf1
1 file changed
MonkeyLoaderWrapper.Linux/run_monkeyloader.sh
@@ -1,4 +1,8 @@
1
#!/usr/bin/env sh
2
3
-sed -i '0,/dotnet Renderite.Host.dll "$@"/s//dotnet MonkeyLoaderWrapper.Linux.dll "$@"/' ./LinuxBootstrap.sh
+sed -i '/^ # ~ Launch Resonite! :) ~$/c\
4
+if [[ "$*" != *"--hookfxr-disable"* ]]; then\
5
+ dotnet MonkeyLoaderWrapper.Linux.dll "$@"\
6
+ exit 0\
7
+fi' ./LinuxBootstrap.sh
8
"$@"
0 commit comments