mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
incorporate git rev number in name of debug .apk
This commit is contained in:
parent
7cc58de6e5
commit
82f1406df7
1 changed files with 11 additions and 0 deletions
|
@ -110,4 +110,15 @@
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="-post-build" >
|
||||||
|
<if condition="${build.is.packaging.debug}">
|
||||||
|
<then>
|
||||||
|
<exec executable="git" outputproperty="git-rev" >
|
||||||
|
<arg value="describe" />
|
||||||
|
</exec>
|
||||||
|
<copy file="bin/XWords4-debug.apk" tofile="XWords4-debug-${git-rev}.apk"/>
|
||||||
|
</then>
|
||||||
|
</if>
|
||||||
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue