Skip to content

Commit

Permalink
downgrade pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Novakasa committed Sep 26, 2023
1 parent e5e5501 commit 02b404b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brickrail-gui/ble/ble_process.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pybricksdev == 1.0.0a46
websockets
pyinstaller
pyinstaller == 5.13.2
numpy
matplotlib

0 comments on commit 02b404b

Please sign in to comment.