You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
348 B
9 lines
348 B
3 weeks ago
|
# 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
|