Fix moving Mattermost-unsigned.apk from the right directory (#2020)
This commit is contained in:
parent
e9a24b538e
commit
8e46b0d810
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -215,7 +215,7 @@ unsigned-android: pre-run check-style prepare-android-build
|
|||
fi
|
||||
@echo "Building unsigned Android app"
|
||||
@cd fastlane && NODE_ENV=production bundle exec fastlane android unsigned
|
||||
@mv android/app/build/outputs/apk/app-unsigned-unsigned.apk ./Mattermost-unsigned.apk
|
||||
@mv android/app/build/outputs/apk/unsigned/app-unsigned-unsigned.apk ./Mattermost-unsigned.apk
|
||||
@ps -ef | grep -i "cli.js start" | grep -iv grep | awk '{print $$2}' | xargs kill -9
|
||||
|
||||
test: | pre-run check-style ## Runs tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue