fix: Commit hash/branch in statistics being in wrong order
This commit is contained in:
parent
8fdb60758b
commit
a5fac85727
@ -84,7 +84,7 @@ namespace hex::init {
|
|||||||
{ "uuid", uuid },
|
{ "uuid", uuid },
|
||||||
{ "format_version", "1" },
|
{ "format_version", "1" },
|
||||||
{ "imhex_version", versionString },
|
{ "imhex_version", versionString },
|
||||||
{ "imhex_commit", fmt::format("{}@{}", ImHexApi::System::getCommitBranch(), ImHexApi::System::getCommitHash()) },
|
{ "imhex_commit", fmt::format("{}@{}", ImHexApi::System::getCommitHash(true), ImHexApi::System::getCommitBranch()) },
|
||||||
{ "install_type", ImHexApi::System::isPortableVersion() ? "Portable" : "Installed" },
|
{ "install_type", ImHexApi::System::isPortableVersion() ? "Portable" : "Installed" },
|
||||||
{ "os", ImHexApi::System::getOSName() },
|
{ "os", ImHexApi::System::getOSName() },
|
||||||
{ "os_version", ImHexApi::System::getOSVersion() },
|
{ "os_version", ImHexApi::System::getOSVersion() },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user