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