]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Update release script.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 6 Nov 2017 20:30:48 +0000 (21:30 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 6 Nov 2017 20:30:48 +0000 (21:30 +0100)
In new gradle version, the output is in the
release/ subdirectory.

release.sh

index 307744bc2456a3f64e008c2067704f4e70f22ef1..142b7fc0f007a58db392b1a22a9c5fcf6d7b713a 100755 (executable)
@@ -1,5 +1,5 @@
 VER=$(grep versionName AndroidManifest.xml | sed -e 's/.*"\(.*\)".*/v\1/')
 cp build/outputs/mapping/release/mapping.txt mapping-$VER.txt
-cp Dictionary-release.apk Dictionary-$VER.apk
+cp release/Dictionary-release.apk Dictionary-$VER.apk
 gpg -a --detach-sign Dictionary-$VER.apk
 git tag -u 06D4D9C7 "$VER"