Files
helium/devutils
wukko 68be4fc5a3 devutils/update_lists: use fork multiprocessing only on posix
fixes breakage on windows introduced by #3866.

fork is indeed available on all POSIX systems, but windows isn't one,
so we use the default spawn method on all non-POSIX systems
(nt/windows) instead.
2026-07-15 16:02:37 +06:00
..
2020-03-07 12:08:21 -08:00
2020-03-07 12:08:21 -08:00
2018-05-11 16:20:32 +08:00

Developer utilities for ungoogled-chromium

This is a collection of scripts written for developing on ungoogled-chromium. See the descriptions at the top of each script for more information.