Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Fix MSVC packaging when building without debugging and fix os.path.join hack
cerbero/hacks: Don't blindly join args for os.path.joinThe code takes care to never append two absolute paths, for example.Instead, use Python's `join` and convert to posix paths before returning.