Commit 3cc2975b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play heroic-games-launcher: fix URL

parent df18c80b
...@@ -8,10 +8,11 @@ URL="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher" ...@@ -8,10 +8,11 @@ URL="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
arch=x86_64
if [ "$VERSION" = "*" ] ; then if [ "$VERSION" = "*" ] ; then
PKGURL=$(get_github_url "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/" "${PKGNAME}-.${VERSION}.AppImage") PKGURL=$(get_github_url "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/" "${PKGNAME}-.${VERSION}-linux-$arch.AppImage")
else else
PKGURL="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v$VERSION/${PKGNAME}-${VERSION}.AppImage" PKGURL="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v$VERSION/${PKGNAME}-${VERSION}-linux-$arch.AppImage"
fi fi
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