We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce1fbee + f3bddf9 commit 518a3b4Copy full SHA for 518a3b4
apps/heroic-games-launcher/build/Dockerfile
@@ -49,7 +49,7 @@ RUN <<_INSTALL_HEROIC
49
set -e
50
source /opt/gow/bash-lib/utils.sh
51
52
-github_download "Heroic-Games-Launcher/HeroicGamesLauncher" ".assets[]|select(.name|endswith(\"_amd64.deb\")).browser_download_url" "heroic.deb"
+github_download "Heroic-Games-Launcher/HeroicGamesLauncher" ".assets[]|select(.name|endswith(\"amd64.deb\")).browser_download_url" "heroic.deb"
53
dpkg -i heroic.deb
54
rm heroic.deb
55
_INSTALL_HEROIC
0 commit comments