Package Details: heroic-games-launcher-bin 2.16.1-1

Git Clone URL: https://aur.archlinux.org/heroic-games-launcher-bin.git (read-only, click to copy)
Package Base: heroic-games-launcher-bin
Description: An Open source Launcher for Epic, Amazon and GOG Games
Upstream URL: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/
Licenses: GPL3
Conflicts: heroic-games-launcher
Provides: heroic-games-launcher
Submitter: cwrau
Maintainer: flaviofearn
Last Packager: flaviofearn
Votes: 188
Popularity: 7.25
First Submitted: 2020-12-31 20:36 (UTC)
Last Updated: 2025-03-10 22:18 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Edu4rdSHL commented on 2025-03-07 21:09 (UTC)

Fair, I was more thinking on less work for you, but if it's automated, awesome then! Thanks

flaviofearn commented on 2025-03-07 17:51 (UTC)

Thanks @Edu4rdSH But the process of updating this is already automated on our Github and it publishes a new version automatically on new releases.

Edu4rdSHL commented on 2025-03-07 16:57 (UTC)

Hi, thanks for maintaining this package. It would be cool to update the PKGBUILD with this patch so that you only have to change $pkgver

diff --git a/PKGBUILD b/PKGBUILD
index 3c6e21a..259feee 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgdesc="An Open source Launcher for Epic, Amazon and GOG Games"
 arch=('x86_64')
 url="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/"
 license=('GPL3')
-_filename=Heroic-2.16.0-linux-x64.pacman
-source=("https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.16.0/Heroic-2.16.0-linux-x64.pacman")
-noextract=("Heroic-2.16.0-linux-x64.pacman")
+_filename=Heroic-${pkgver}-linux-x64.pacman
+source=("https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v${pkgver}/Heroic-${pkgver}-linux-x64.pacman")
+noextract=("Heroic-${pkgver}-linux-x64.pacman")
 sha256sums=(1ae2a0c6c613ea09eb671a4dd036c4b9f6fc0b3920975270b4f1862735771625)
 options=(!strip)
 provides=(heroic-games-launcher)

Thanks!

Rubble1278 commented on 2025-03-02 14:25 (UTC) (edited on 2025-03-02 14:26 (UTC) by Rubble1278)

@flaviofearn, I ran into the same issue. To get around this I manually downloaded the file and ran sha256sum Heroic-2.16.0-linux-x64.pacman to get the new checksum. then ran yay --editmenu -S heroic-games-launcher-bin and edited the checksum, download path and file name. I'm sure they'll update it soon, but that is a work around if you don't want to wait.

flaviofearn commented on 2025-03-02 14:20 (UTC)

@robindegen Thanks for the information, just pushed a fix to it.

robindegen commented on 2025-03-02 14:01 (UTC)

The file was renamed to heroic-2.16.0-x64.pacman (was heroic-2.16.0.pacman); causing the update to fail

dhruvasambrani commented on 2025-02-14 11:44 (UTC)

Heroic should read $XDG_CONFIG_HOME/electron-flags.conf and use the flags there.

FabioLolix commented on 2024-09-21 17:36 (UTC)

Hello, for what is used /opt/Heroic/resources/app.asar.unpacked/build/bin/x64/win32/GalaxyCommunication.exe ? Gog stuff?

Yamashiro commented on 2024-03-29 09:11 (UTC) (edited on 2024-03-29 09:13 (UTC) by Yamashiro)

I've created an AUR comet-gog-git package for comet, that enables achievements when using Heroic. You can add it as an optional dependency for Heroic until the Heroic devs implement it in the client itself.