aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-06-17 18:04:54 +0200
committerGitHub <noreply@github.com>2023-06-17 18:04:54 +0200
commit12cd8a7bea991c2a8d4b59b1cfc9f7c246819fc9 (patch)
tree64489abdcdc53ecd14006fb2ecc6f1202609f947
parentfd9a8d1551e5736aff6da10d8d00cc631c6d6ee0 (diff)
parent2d00a727f6ea0ae8c39a1d915b6a9c4db2b84a30 (diff)
downloadPrismLauncher-12cd8a7bea991c2a8d4b59b1cfc9f7c246819fc9.tar.gz
PrismLauncher-12cd8a7bea991c2a8d4b59b1cfc9f7c246819fc9.tar.bz2
PrismLauncher-12cd8a7bea991c2a8d4b59b1cfc9f7c246819fc9.zip
Merge pull request #1218 from flowln/bad_commit_string_in_bundled_package
Hide the Git commit entry on the About dialog when the build doesn't have git stuff support
-rw-r--r--buildconfig/BuildConfig.cpp.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconfig/BuildConfig.cpp.in b/buildconfig/BuildConfig.cpp.in
index 35373189..8a412b7f 100644
--- a/buildconfig/BuildConfig.cpp.in
+++ b/buildconfig/BuildConfig.cpp.in
@@ -82,6 +82,7 @@ Config::Config()
{
GIT_REFSPEC = "refs/heads/stable";
GIT_TAG = versionString();
+ GIT_COMMIT = "";
}
if (GIT_REFSPEC.startsWith("refs/heads/"))