]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - release.sh
Allow to escape only unicode chars
[Dictionary.git] / 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"