Commit 14c2014d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play rider: fix PKGNAME to match actual package name JetBrains.Rider

parent 08e10681
#!/bin/sh #!/bin/sh
PKGNAME=Rider PKGNAME=JetBrains.Rider
SUPPORTEDARCHES="x86_64 aarch64" SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2" VERSION="$2"
DESCRIPTION="Rider - A cross-platform IDE for .NET and game dev from the official site" DESCRIPTION="Rider - A cross-platform IDE for .NET and game dev from the official site"
URL="https://www.jetbrains.com/clion/" URL="https://www.jetbrains.com/rider/"
. $(dirname $0)/common-jetbrains.sh . $(dirname $0)/common-jetbrains.sh
# name for download
# FIXME: by some reason alien makes Rider from JetBrains.Rider
PKGNAME=JetBrains.Rider
PKGURL="$(get_jetbrains_pkgurl RD rider)" PKGURL="$(get_jetbrains_pkgurl RD rider)"
install_pkgurl install_pkgurl
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment