beremiz
Clone
Summary
Browse
Changes
Graph
Fix SVGHMI build exception on windows: return bytes for inkscape path in docsvg.
2024-02-23, Edouard Tisserant
b8b3573475e7
file is
Executable
Fix SVGHMI build exception on windows: return bytes for inkscape path in docsvg.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER