From ddf31e8a45ad536e19dfceda04d300e5f84928d3 Mon Sep 17 00:00:00 2001 From: Timerix Date: Fri, 12 Jun 2026 01:44:22 +0500 Subject: [PATCH] mono-apphost.toml.default --- README.md | 4 ++-- mono-apphost.toml => mono-apphost.toml.default | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename mono-apphost.toml => mono-apphost.toml.default (100%) diff --git a/README.md b/README.md index 4f8f9dc..9eb5da5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Original mono project was discontinued, but fortunately microsoft has their own ``` 5. Create program config - - copy `./mono-apphost.toml` to `./bin` + - copy `./mono-apphost.toml.default` to `./bin/mono-apphost.toml` - change `main_assembly_path` -6. Copy files from `./bin/` to your C# program build dir \ No newline at end of file +6. Copy files from `./bin/` to your C# program build dir diff --git a/mono-apphost.toml b/mono-apphost.toml.default similarity index 100% rename from mono-apphost.toml rename to mono-apphost.toml.default