Skip to content

Commit 518a3b4

Browse files
authored
Merge pull request #223 from ulibte/master
The filename of heroic release file don't have underscore anymore
2 parents ce1fbee + f3bddf9 commit 518a3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/heroic-games-launcher/build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN <<_INSTALL_HEROIC
4949
set -e
5050
source /opt/gow/bash-lib/utils.sh
5151

52-
github_download "Heroic-Games-Launcher/HeroicGamesLauncher" ".assets[]|select(.name|endswith(\"_amd64.deb\")).browser_download_url" "heroic.deb"
52+
github_download "Heroic-Games-Launcher/HeroicGamesLauncher" ".assets[]|select(.name|endswith(\"amd64.deb\")).browser_download_url" "heroic.deb"
5353
dpkg -i heroic.deb
5454
rm heroic.deb
5555
_INSTALL_HEROIC

0 commit comments

Comments
 (0)