mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
oops -- fix prematurely committed script.
This commit is contained in:
parent
ba712046a2
commit
b8c597ab98
1 changed files with 3 additions and 2 deletions
|
@ -68,8 +68,9 @@
|
|||
</exec>
|
||||
<exec dir="." executable="../scripts/genvers.sh" output="/dev/null"
|
||||
failonerror="true">
|
||||
<arg value="${VARIANT_NAME}"/>
|
||||
<arg value="--client-vers"/>
|
||||
<arg value="--variant" />
|
||||
<arg value="${VARIANT_NAME}" />
|
||||
<arg value="--client-vers" />
|
||||
<arg value="${INITIAL_CLIENT_VERS}" />
|
||||
<arg value="--chat-enabled"/>
|
||||
<arg value="${CHAT_ENABLED}" />
|
||||
|
|
Loading…
Reference in a new issue