Use native launcher

Refs: #12
This commit is contained in:
Marcel Kapfer 2024-11-14 15:50:32 +01:00
parent 68a3b13635
commit 63124888a9
2 changed files with 1 additions and 1 deletions

View file

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