Skip to content

Commit

Permalink
Revert changing case of app directory
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Jun 24, 2023
1 parent e13ed96 commit 4fa446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ int main(int argc, char *argv[])
{
raiseProcessPriority();

QCoreApplication::setOrganizationName("GPUpad");
QCoreApplication::setOrganizationName("gpupad");
QCoreApplication::setApplicationName("GPUpad");
#if __has_include("_version.h")
QCoreApplication::setApplicationVersion(
Expand Down

0 comments on commit 4fa446d

Please sign in to comment.