mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
2
lib/external/libwolv
vendored
2
lib/external/libwolv
vendored
Submodule lib/external/libwolv updated: 113917c447...1ae53df9d2
@@ -17,12 +17,14 @@ namespace hex::plugin::builtin {
|
||||
nlohmann::json result;
|
||||
|
||||
result["build"] = {
|
||||
{ "version", IMHEX_VERSION },
|
||||
{ "version", IMHEX_VERSION },
|
||||
|
||||
#if defined(GIT_COMMIT_HASH_LONG)
|
||||
{ "commit", GIT_COMMIT_HASH_LONG },
|
||||
{ "commit", GIT_COMMIT_HASH_LONG },
|
||||
#endif
|
||||
|
||||
#if defined(GIT_BRANCH)
|
||||
{ "branch", GIT_BRANCH },
|
||||
{ "branch", GIT_BRANCH },
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user