diff --git a/brickrail-gui/ble/ble_process.gd b/brickrail-gui/ble/ble_process.gd index 0c50f6d..4d8083f 100644 --- a/brickrail-gui/ble/ble_process.gd +++ b/brickrail-gui/ble/ble_process.gd @@ -25,7 +25,7 @@ func start_process(): var process_command if OS.has_feature("standalone"): Logger.info("[%s] starting linux ble_server binary" % [logging_module]) - process_command = "chmod +x ./ble-server-linux/_internal/mpy_cross_v6/mpy-cross && chmod +x ./ble-server-linux/ble_server && ./ble-server-linux/ble_server" + process_command = "chmod +x ./ble-server-linux/mpy_cross_v6/mpy-cross && chmod +x ./ble-server-linux/ble_server && ./ble-server-linux/ble_server" else: # .env is a conda environment Logger.info("[%s] starting linux ble_server.py" % [logging_module]) diff --git a/requirements.txt b/requirements.txt index 0d28f9e..0bed7d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pybricksdev == 1.0.0a46 websockets -pyinstaller +pyinstaller == 5.13.2 numpy matplotlib \ No newline at end of file