Improved release procedure
This commit is contained in:
parent
b6771b24dc
commit
5f9d446195
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -474,7 +474,7 @@ release: update-project
|
||||||
patch -p1 < release.patch
|
patch -p1 < release.patch
|
||||||
cat ant.properties | grep version.name > default.properties
|
cat ant.properties | grep version.name > default.properties
|
||||||
$(ANT) release
|
$(ANT) release
|
||||||
git checkout HEAD AndroidManifest.xml
|
patch -Rp1 < release.patch
|
||||||
|
|
||||||
run-linphone:
|
run-linphone:
|
||||||
ant run
|
ant run
|
||||||
|
|
Loading…
Reference in a new issue