Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 6bcb627

Browse files
committed
Change release apk name to Chromium.apk
1 parent 880e9cf commit 6bcb627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ before_deploy:
4747

4848
# Verification
4949
- jarsigner -verify app-release-unsigned.apk
50-
- ${ANDROID_HOME}/build-tools/${ANDROID_BUILD_TOOLS}/zipalign -v 4 app-release-unsigned.apk Chrome.apk
50+
- ${ANDROID_HOME}/build-tools/${ANDROID_BUILD_TOOLS}/zipalign -v 4 app-release-unsigned.apk Chromium.apk
5151

5252
deploy:
5353
provider: releases
54-
file: Chrome.apk
54+
file: Chromium.apk
5555
skip_cleanup: true
5656

5757
on:

0 commit comments

Comments
 (0)