1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/tools/games/pokefinder/set-desktop-file-name.patch
2023-07-10 18:52:02 -04:00

13 lines
374 B
Diff

diff --git a/Source/main.cpp b/Source/main.cpp
index 3e58a381..2e7e4a86 100644
--- a/Source/main.cpp
+++ b/Source/main.cpp
@@ -69,6 +69,7 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setApplicationName("PokeFinder");
+ a.setDesktopFileName("pokefinder");
a.setOrganizationName("PokeFinder Team");
Q_INIT_RESOURCE(resources);