Skip to content

Commit

Permalink
Merge branch 'Develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
LostDragonist committed Dec 20, 2018
2 parents ed67ac2 + 63efd21 commit 185eb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ MOBase::VersionInfo createVersionInfo()
{
VS_FIXEDFILEINFO version = GetFileVersion(QApplication::applicationFilePath().toStdWString());

if (version.dwFileFlags | VS_FF_PRERELEASE)
if (version.dwFileFlags & VS_FF_PRERELEASE)
{
// Pre-release builds need annotating
QString versionString = QString::fromStdWString(GetFileVersionString(QApplication::applicationFilePath().toStdWString()));
Expand Down

0 comments on commit 185eb8e

Please sign in to comment.