Skip to content

Commit

Permalink
#21: Remove "_" from APK
Browse files Browse the repository at this point in the history
  • Loading branch information
Entreco committed Feb 7, 2018
1 parent 56087f9 commit 74fd5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ before_deploy:
- ${ANDROID_HOME}/build-tools/${ANDROID_BUILD_TOOLS}/zipalign -v -p 4 $APP_NAME _${APP_NAME}
- ${ANDROID_HOME}/build-tools/${ANDROID_BUILD_TOOLS}/apksigner sign --ks $HOME/dsc_keystore
--ks-key-alias Entreco --ks-pass pass:$storepass --key-pass pass:$keypass --out
_${APP_NAME} ${APP_NAME}
${APP_NAME} _${APP_NAME}
- ${ANDROID_HOME}/build-tools/${ANDROID_BUILD_TOOLS}/apksigner verify ${APP_NAME}
deploy:
provider: releases
Expand Down

0 comments on commit 74fd5bf

Please sign in to comment.