summaryrefslogtreecommitdiffstats
path: root/application/BuildConfig.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-12-28 04:45:49 +0100
committerPetr Mrázek <peterix@gmail.com>2015-12-28 05:36:17 +0100
commit5402acb3c6cf9b63c9df69ee463cae02259dfdef (patch)
tree76bbfd58704b3634fe6a707c6ec13a5dccb267ea /application/BuildConfig.h
parente8063d193d56acc10c5a533cffd95c9271b24e65 (diff)
downloadMultiMC-5402acb3c6cf9b63c9df69ee463cae02259dfdef.tar
MultiMC-5402acb3c6cf9b63c9df69ee463cae02259dfdef.tar.gz
MultiMC-5402acb3c6cf9b63c9df69ee463cae02259dfdef.tar.lz
MultiMC-5402acb3c6cf9b63c9df69ee463cae02259dfdef.tar.xz
MultiMC-5402acb3c6cf9b63c9df69ee463cae02259dfdef.zip
GH-1360 add basic changelog based on github API, fix update dialog buttons
Diffstat (limited to 'application/BuildConfig.h')
-rw-r--r--application/BuildConfig.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/application/BuildConfig.h b/application/BuildConfig.h
index a81d16ed..edba18e3 100644
--- a/application/BuildConfig.h
+++ b/application/BuildConfig.h
@@ -23,6 +23,8 @@ public:
*/
QString VERSION_CHANNEL;
+ bool UPDATER_ENABLED = false;
+
/// A short string identifying this build's platform. For example, "lin64" or "win32".
QString BUILD_PLATFORM;
@@ -35,9 +37,12 @@ public:
/// Used for matching notifications
QString FULL_VERSION_STR;
- /// The commit hash of this build
+ /// The git commit hash of this build
QString GIT_COMMIT;
+ /// The git refspec of this build
+ QString GIT_REFSPEC;
+
/// This is printed on start to standard output
QString VERSION_STR;