From d17a8958219fb95d0b865556ee0c030f1a8a8efb Mon Sep 17 00:00:00 2001 From: xz_ocs Date: Thu, 21 Aug 2025 07:35:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'ocs/note.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ocs/note.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ocs/note.md diff --git a/ocs/note.md b/ocs/note.md new file mode 100644 index 0000000..cb08680 --- /dev/null +++ b/ocs/note.md @@ -0,0 +1,9 @@ +# xz_cable_setup_check_tool.py build +pyinstaller --onefile \ +--paths=/home/gyou/NexusBench \ +--paths=/home/gyou/NexusBench/log \ +--paths=/home/gyou/NexusBench/connection \ +--paths=/home/gyou/NexusBench/sbox \ +--hidden-import=log.logger \ +--hidden-import=connection.ssh_connection_manager \ +/home/gyou/NexusBench/toolbox/xz_cable_setup_check_tool.py \ No newline at end of file