diff options
author | Keri <kerichuudev@gmail.com> | 2023-04-23 11:53:21 +0300 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-05-14 14:38:19 +0200 |
commit | 20781334939fbb15b1f0fec2a7f65b9ad25d02c1 (patch) | |
tree | 8dbfade20cfbd3588003a31550a19b5bc6efaf8e /program_info | |
parent | 8dc3267925537d58a1e9418863b78e4cc55bd1c1 (diff) | |
download | PrismLauncher-20781334939fbb15b1f0fec2a7f65b9ad25d02c1.tar.gz PrismLauncher-20781334939fbb15b1f0fec2a7f65b9ad25d02c1.tar.bz2 PrismLauncher-20781334939fbb15b1f0fec2a7f65b9ad25d02c1.zip |
fix: remove unnecessary keywords from desktop file
this messes with apps that use tag search like rofi
Signed-off-by: Keri <kerichuudev@gmail.com>
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'program_info')
-rw-r--r-- | program_info/org.prismlauncher.PrismLauncher.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program_info/org.prismlauncher.PrismLauncher.desktop.in b/program_info/org.prismlauncher.PrismLauncher.desktop.in index f08f2ba4..20fabe9d 100644 --- a/program_info/org.prismlauncher.PrismLauncher.desktop.in +++ b/program_info/org.prismlauncher.PrismLauncher.desktop.in @@ -8,6 +8,6 @@ Exec=@Launcher_APP_BINARY_NAME@ StartupNotify=true Icon=org.prismlauncher.PrismLauncher Categories=Game;ActionGame;AdventureGame;Simulation; -Keywords=game;minecraft;launcher;mc;multimc;polymc; +Keywords=game;minecraft;mc; StartupWMClass=PrismLauncher MimeType=application/zip;application/x-modrinth-modpack+zip |