mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
feat: store git tag in buildconfig
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
0f9260869b
commit
68c48b2c8a
3 changed files with 8 additions and 1 deletions
|
|
@ -83,6 +83,9 @@ class Config {
|
|||
/// The git commit hash of this build
|
||||
QString GIT_COMMIT;
|
||||
|
||||
/// The git tag of this build
|
||||
QString GIT_TAG;
|
||||
|
||||
/// The git refspec of this build
|
||||
QString GIT_REFSPEC;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue