mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-02 07:34:36 +02:00

Previously, we would only properly parse LF-encoded manifests, and even those only if they used the recommended casing. This commit allows the parser to recognise CR and CRLF newlines, and also makes the name comparison case insensitive to align with the specification. (Though not completely: we still don't support multiline values) Signed-off-by: Kationor <n96211028@gmail.com>