IntelliJ: BUGFIX: Fix launcher script execution (#10228)

* ensure JDK17_HOME is set launcher script runs

* Launcher doesn't like being launched via symlink

* Bump IDE version
This commit is contained in:
Chris Brunner
2024-03-23 04:07:13 -04:00
committed by GitHub
parent 46acaac1b3
commit 032a0b96a6

View File

@@ -5,9 +5,9 @@ HOMEPAGE="https://www.jetbrains.com/idea/"
COPYRIGHT="2023 JetBrains s.r.o."
LICENSE="Apache v2"
REVISION="1"
buildVersion="231.9225.16"
buildVersion="233.15026.9"
SOURCE_URI="https://download.jetbrains.com/idea/ideaIC-$portVersion.tar.gz#noarchive"
CHECKSUM_SHA256="9ea98c03b29903f7bde41f6a3c039621fff5d04015f37f9f21e04966d557ea90"
CHECKSUM_SHA256="5e376677d4b9810f4171700ce9d9d3ece58f245ce8d9f2011b05966df5dd7ddd"
ADDITIONAL_FILES="IntelliJ_IDEA_Logo.hvif"
ARCHITECTURES="any"
@@ -33,7 +33,7 @@ INSTALL()
cat << EOF > $appsDir/idea/idea.sh
#!/bin/sh -l
export PATH=\$JDK17_HOME/bin:\$PATH
exec $appsDir/idea/bin/idea.sh
$appsDir/idea/bin/idea.sh &
EOF
chmod 755 $appsDir/idea/idea.sh