remove excess notification build flag

This commit is contained in:
sneedium 2022-02-20 19:16:07 -05:00
parent a320adb072
commit b7cd9b416c
Signed by: sneedium
GPG Key ID: 906F66490FBE722F
2 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@ Config::Config()
VERSION_BUILD = @Launcher_VERSION_BUILD@;
BUILD_PLATFORM = "@Launcher_BUILD_PLATFORM@";
FULL_VERSION_STR = "@Launcher_VERSION_MAJOR@.@Launcher_VERSION_MINOR@.@Launcher_VERSION_BUILD@";
GIT_COMMIT = "@Launcher_GIT_COMMIT@";
GIT_REFSPEC = "@Launcher_GIT_REFSPEC@";

View File

@ -36,8 +36,6 @@ public:
QString VERSION_CHANNEL;
QString FULL_VERSION_STR;
/// The git commit hash of this build
QString GIT_COMMIT;