luxonis / depthai

DepthAI Python API utilities, examples, and tutorials.
https://docs.luxonis.com
MIT License
890 stars 225 forks source link

Launcher update #1178

Closed FilipJenko closed 3 weeks ago

FilipJenko commented 3 weeks ago

removing the option to choose demo mode and running the viewer directly

zrezke commented 3 weeks ago

@FilipJenko Let's just tag this commit with v3.6.0.

You can run these while checked out on your brench.

git tag -a v3.6.0 -m "DepthAI Launcher 3.6.0"
git push --tags

Then the exe should get published automatically

zrezke commented 3 weeks ago

Released: https://github.com/luxonis/depthai/releases/tag/v3.6.0

Feel free to "Squash and merge"