From f53761c73a21bc706abb5e71d78b7dec59eba1af Mon Sep 17 00:00:00 2001 From: uninstall-your-browser Date: Tue, 13 Aug 2024 23:24:38 +1000 Subject: [PATCH] Use binary launcher --- app.desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.desktop b/app.desktop index 5f620c2..a147769 100644 --- a/app.desktop +++ b/app.desktop @@ -2,10 +2,10 @@ Version=1.0 Type=Application Name=IntelliJ IDEA Community Edition -Exec=idea.sh %f +Exec=idea %f Icon=Idea Comment=The IDE for Java and Kotlin enthusiasts Categories=Development;IDE; Terminal=false StartupNotify=true -StartupWMClass=jetbrains-idea-ce \ No newline at end of file +StartupWMClass=jetbrains-idea-ce