mirror of https://github.com/stenzek/duckstation
scmversion: Include the current commit hash
parent
64b745fd56
commit
8bc6433be1
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
extern const char* g_scm_hash_str;
|
||||
extern const char* g_scm_branch_str;
|
||||
extern const char* g_scm_tag_str;
|
||||
|
||||
|
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
#define SCM_RELEASE_TAG "latest"
|
||||
#define SCM_RELEASE_ASSET "duckstation-windows-x64-release.zip"
|
Loading…
Reference in New Issue