openra: add release- prefix to version string (#262324)

Change version string to have prefix `release-`. This fixes "Server is
running an incompatible version.", when trying to play against official
builds of the OpenRA.

Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
This commit is contained in:
Mika Tammi 2023-10-21 16:20:35 +03:00 committed by GitHub
parent 997311c8c4
commit f627d8682a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ buildDotnetModule rec {
dontDotnetFixup = true;
preBuild = ''
make VERSION=${version} version
make VERSION=${engine.build}-${version} version
'';
postInstall = ''