From 6eee5354eaacf0c299bf30952dde7a1a66f5c91b Mon Sep 17 00:00:00 2001 From: Nomads_Reach <144523850+NomadsReach@users.noreply.github.com> Date: Sun, 16 Aug 2026 02:56:47 -0400 Subject: [PATCH] Remove legacy runtime wording from deployment docs --- DEPLOYMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 136f19d..3be31bf 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -51,7 +51,7 @@ CMake publishes the C# server self-contained and stages it under: build\bin\Release\server\ ``` -The deploy script verifies that `CommonwealthOnline.Server.exe` exists and rejects staged Python source. +The staging and deployment checks reject prohibited legacy runtime artifacts before packaging succeeds. Package the entire `build\bin\Release` directory so the Qt runtime, plugins and bundled server remain together.