✨ Use native launcher
Refs: intellij-idea-ultimate#12
This commit is contained in:
parent
65e606a686
commit
b330a5b676
2 changed files with 1 additions and 1 deletions
Binary file not shown.
2
intellij-idea-community_2024.3/intellij-idea-community
Normal file → Executable file
2
intellij-idea-community_2024.3/intellij-idea-community
Normal file → Executable 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 "$@"
|
||||||
|
|
Loading…
Reference in a new issue