Files
Michael Weibel 383a70e17c Fix headless check in Exporting for dedicated servers (#8362)
The example didn't work as `--headless` isn't part of `OS.get_cmdline_args()`' return value.

This new approach also works if the binary automatically uses headless mode
because it's the only display server built in the binary (which can be the case
for custom builds).

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2023-11-11 05:18:22 +01:00
..