Skip to content

Commit

Permalink
Explicitly set version string for CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Aug 25, 2024
1 parent 15a9a98 commit 52628db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/qt/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ int main(int argc, char *argv[]) {

QCoreApplication::setOrganizationName(QStringLiteral("cemu-dev"));
QCoreApplication::setApplicationName(QStringLiteral("CEmu"));
QCoreApplication::setApplicationVersion(QStringLiteral(CEMU_VERSION " (git: " CEMU_GIT_SHA ")"));

execPath = QCoreApplication::applicationFilePath();

Expand Down

0 comments on commit 52628db

Please sign in to comment.