impr: Show which commit was used to compile ImHex on CLI (#1103)
This commit is contained in:
parent
320973c5ff
commit
79306fa6e1
@ -38,6 +38,9 @@ int main(int argc, char **argv, char **envp) {
|
||||
Window::initNative();
|
||||
|
||||
hex::log::info("Welcome to ImHex {}!", IMHEX_VERSION);
|
||||
#if defined(GIT_BRANCH) && defined(GIT_COMMIT_HASH_SHORT)
|
||||
hex::log::info("Compiled using commit {}@{}", GIT_BRANCH, GIT_COMMIT_HASH_SHORT);
|
||||
#endif
|
||||
|
||||
init::WindowSplash splashWindow;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user