www-client/helium-bin: Fixed executable which pointed to old location.

Upstream has renamed the binary from 'chrome' to 'helium' and our
executable still pointed to /opt/helium/chrome.

Closes: https://bugs.gentoo.org/969188
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei
2026-01-24 07:09:44 +01:00
parent 8697f72621
commit 0d02ef000a
2 changed files with 1 additions and 1 deletions

View File

@@ -6,4 +6,4 @@ export LD_LIBRARY_PATH="/opt/helium${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
# Example: EXTRA_FLAGS="--force-dark-mode --enable-features=VaapiVideoDecoder"
EXTRA_FLAGS=""
exec /opt/helium/chrome $EXTRA_FLAGS "$@"
exec /opt/helium/helium $EXTRA_FLAGS "$@"