mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
OS (Linux): better code name detection
This commit is contained in:
@@ -41,7 +41,8 @@ static bool parseOsRelease(const char* fileName, FFOSResult* result)
|
||||
{"VERSION =", &result->version},
|
||||
{"VERSION_ID =", &result->versionID},
|
||||
{"VERSION_CODENAME =", &result->codename},
|
||||
{"BUILD_ID =", &result->buildID}
|
||||
{"CODENAME =", &result->codename},
|
||||
{"BUILD_ID =", &result->buildID},
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user