mirror of
https://github.com/lutris/lutris.git
synced 2026-06-17 10:19:58 -04:00
Previously `make appimage` produced Lutris-dev-x86_64.AppImage unless the caller remembered to set LUTRIS_VERSION. On a tagged release commit that yielded a misleadingly-named artifact. Have build.sh awk the version out of lutris/__init__.py when no explicit value is provided; an env override (e.g. LUTRIS_VERSION=0.5.23-rc1 for a release candidate) still wins. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>