Skip to content

Commit

Permalink
Correct keystore filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Pygmalion69 committed Sep 14, 2018
1 parent 01d50bd commit 7bc8fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ before_script:
- android-wait-for-emulator
- adb shell input keyevent 82 &
before_deploy:
- cp $TRAVIS_BUILD_DIR/.keystore $HOME
- cp $TRAVIS_BUILD_DIR/keystore $HOME
- cd app/build/outputs/apk/release/
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore $HOME/.keystore
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore $HOME/keystore
-storepass $storepass -keypass $keypass app-release-unsigned.apk prisoner
- jarsigner -verify app-release-unsigned.apk
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 app-release-unsigned.apk OpenTopoMapViewer.apk"
Expand Down

0 comments on commit 7bc8fee

Please sign in to comment.