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
This commit is contained in:
commit
12cd8a7bea
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ Config::Config()
|
|||
{
|
||||
GIT_REFSPEC = "refs/heads/stable";
|
||||
GIT_TAG = versionString();
|
||||
GIT_COMMIT = "";
|
||||
}
|
||||
|
||||
if (GIT_REFSPEC.startsWith("refs/heads/"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue