diff options
Diffstat (limited to 'development/idea/idea.SlackBuild')
-rw-r--r-- | development/idea/idea.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/idea/idea.SlackBuild b/development/idea/idea.SlackBuild index 5119424578..c2db7ad6ca 100644 --- a/development/idea/idea.SlackBuild +++ b/development/idea/idea.SlackBuild @@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=idea ARCNAM=ideaIC -VERSION=${VERSION:-2024.3.3} +VERSION=${VERSION:-2025.1.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -60,7 +60,7 @@ cat << EOF > $PKG/usr/share/applications/$PRGNAM.desktop Version=1.0 Type=Application Path=/opt/$PRGNAM -Exec=/opt/$PRGNAM/bin/$PRGNAM.sh %f +Exec=/opt/$PRGNAM/bin/$PRGNAM %f Name=IntelliJ IDEA Community Edition GenericName=IntelliJ IDEA Comment=Develop with pleasure! |