Skip to content

Commit

Permalink
fix: add dbus module
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 authored Jan 15, 2024
1 parent 9f8dfad commit 10af24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pushd ui || exit 2
npm run build
popd || exit 2

pyinstaller backend/main_server.py
pyinstaller backend/main_server.py --collect-submodules dbus_fast
pyinstaller --add-data ui/dist:ui ui/serve.py

0 comments on commit 10af24a

Please sign in to comment.