Skip to content

Commit

Permalink
Update desktop file name
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew J. Milner <[email protected]>
  • Loading branch information
matterhorn103 committed Nov 11, 2024
1 parent 09b93a0 commit 4e8b752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/avogadro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ int main(int argc, char* argv[])
QCoreApplication::setOrganizationName("OpenChemistry");
QCoreApplication::setOrganizationDomain("openchemistry.org");
QCoreApplication::setApplicationName("Avogadro");
QGuiApplication::setDesktopFileName("avogadro2");
QGuiApplication::setDesktopFileName("org.openchemistry.Avogadro2");

QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
Expand Down

0 comments on commit 4e8b752

Please sign in to comment.