From 0421201df0585da9e61687e77ce8e0d1b301f50f Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 30 Aug 2025 14:41:12 -0400 Subject: [PATCH] Add uci to the build bundle --- deploy/bundle.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/bundle.py b/deploy/bundle.py index 83f092c..0b9723d 100644 --- a/deploy/bundle.py +++ b/deploy/bundle.py @@ -53,8 +53,9 @@ if __name__ == "__main__": name="chess", include_dirs=[ "build", - "scripts", "binding", + "scripts", + "uci", ], ignore_patterns=[ "*.pyc", -- 2.34.1