Remove a couple references to deprecated `--mono-no-redirect` flag

This commit is contained in:
YoshiRulz 2024-07-26 15:52:59 +10:00
parent 7b644f771e
commit 22e5e035d2
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ See `packages.nix` for more detail and help with overriding.
As per the above table:
```sh
nix-build --pure -A emuhawk
result/bin/emuhawk-* --mono-no-redirect
result/bin/emuhawk-*
# may need to run this first if the checked-in copy of `Dist/deps.nix` hasn't been updated:
nix-build --pure -A emuhawk.fetch-deps && ./result

View File

@ -1,2 +1,2 @@
#!/bin/sh
../../output/EmuHawkMono.sh --mono-no-redirect --open-ext-tool-dll=$(printf *.csproj | head -c-7) "$@"
../../output/EmuHawkMono.sh --open-ext-tool-dll=$(printf *.csproj | head -c-7) "$@"