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:
parent
997311c8c4
commit
f627d8682a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ buildDotnetModule rec {
|
|||
dontDotnetFixup = true;
|
||||
|
||||
preBuild = ''
|
||||
make VERSION=${version} version
|
||||
make VERSION=${engine.build}-${version} version
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue