PyCharm: BUGFIX: Fix launcher execution from DeskBar (#10232)

* Fix execution from launcher script from DeskBar

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

View File

@@ -5,7 +5,7 @@ COPYRIGHT="2020-2023 JetBrains s.r.o."
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://download.jetbrains.com/python/pycharm-community-$portVersion.tar.gz#noarchive"
CHECKSUM_SHA256="d59dd88c1eb51cdd756433d415588c573ca944ebf6f08844b8ac8cd2e3d9937b"
CHECKSUM_SHA256="d8ffc4a20b692d506b0e4c4439b77fabca7f3a0fdb7eaddeb6c9edd7cb3febaf"
ADDITIONAL_FILES="PyCharm_Logo.hvif"
ARCHITECTURES="?all x86_64"
@@ -34,7 +34,7 @@ INSTALL()
cat << EOF > $appsDir/pycharm/pycharm.sh
#!/bin/sh -l
export PATH=\$JDK17_HOME/bin:\$PATH
exec $appsDir/pycharm/bin/pycharm.sh
$appsDir/pycharm/bin/pycharm.sh &
EOF
chmod 755 $appsDir/pycharm/pycharm.sh
echo "-Dide.no.platform.update=Haiku" >> $appsDir/pycharm/bin/pycharm.vmoptions