Merge pull request #1375 from PrismLauncher/backport-1218-to-release-7.x

This commit is contained in:
Sefa Eyeoglu 2023-07-16 19:49:45 +02:00 committed by GitHub
commit 30fda57c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ Config::Config()
{ {
GIT_REFSPEC = "refs/heads/stable"; GIT_REFSPEC = "refs/heads/stable";
GIT_TAG = versionString(); GIT_TAG = versionString();
GIT_COMMIT = "";
} }
if (GIT_REFSPEC.startsWith("refs/heads/")) if (GIT_REFSPEC.startsWith("refs/heads/"))