Use native launcher

Refs: intellij-idea-ultimate#12
This commit is contained in:
Marcel Kapfer 2024-11-14 15:52:44 +01:00
parent 65e606a686
commit b330a5b676
2 changed files with 1 additions and 1 deletions

2
intellij-idea-community_2024.3/intellij-idea-community Normal file → Executable file
View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
export IDEA_JDK=$JAVA_HOME export IDEA_JDK=$JAVA_HOME
exec /opt/intellij-idea-community/bin/idea.sh "$@" exec /opt/intellij-idea-community/bin/idea "$@"