beremiz
Clone
Summary
Browse
Changes
Graph
wxPython4 sequels: fix exception in connection dialog, force black text in FBD.
2022-07-11, Edouard Tisserant
cb7db021280c
file is
Executable
wxPython4 sequels: fix exception in connection dialog, force black text in FBD.
- wxPython4 does not have RemoveSizer in API anymore.
- On GTK3 with dark theme default text colour is white, making it unreadable.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .