diff --git a/intellij-idea-community_2024.3.orig.tar.gz b/intellij-idea-community_2024.3.orig.tar.gz index 612e4d8..c92520a 100644 Binary files a/intellij-idea-community_2024.3.orig.tar.gz and b/intellij-idea-community_2024.3.orig.tar.gz differ diff --git a/intellij-idea-community_2024.3/intellij-idea-community b/intellij-idea-community_2024.3/intellij-idea-community old mode 100644 new mode 100755 index f788ea5..79e82ea --- a/intellij-idea-community_2024.3/intellij-idea-community +++ b/intellij-idea-community_2024.3/intellij-idea-community @@ -1,3 +1,3 @@ #!/bin/sh export IDEA_JDK=$JAVA_HOME -exec /opt/intellij-idea-community/bin/idea.sh "$@" +exec /opt/intellij-idea-community/bin/idea "$@"