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

View File

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