hyprpm: check for abi strings in headersValid (#12504)
--------- Co-authored-by: Virt <41426325+VirtCode@users.noreply.github.com>
This commit is contained in:
parent
d9657a95cb
commit
9cd070fd31
8 changed files with 51 additions and 43 deletions
|
|
@ -11,6 +11,7 @@ enum eHeadersErrors {
|
|||
HEADERS_MISSING,
|
||||
HEADERS_CORRUPTED,
|
||||
HEADERS_MISMATCHED,
|
||||
HEADERS_ABI_MISMATCH,
|
||||
HEADERS_DUPLICATED
|
||||
};
|
||||
|
||||
|
|
@ -36,6 +37,7 @@ struct SHyprlandVersion {
|
|||
std::string branch;
|
||||
std::string hash;
|
||||
std::string date;
|
||||
std::string abiHash;
|
||||
int commits = 0;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue