mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 20:12:39 +01:00
Add back apk move in release script
This commit is contained in:
parent
1b2c5c3853
commit
ed499166fa
@ -12,12 +12,11 @@ MODULE_NAME=app
|
||||
VERSION_KEY=Frost
|
||||
# Make version key different from module name
|
||||
|
||||
# APK is directly moved by docker
|
||||
# create a new directory that will contain our generated apk
|
||||
# mkdir $HOME/$VERSION_KEY/
|
||||
mkdir $HOME/$VERSION_KEY/
|
||||
# copy generated apk from build folder to the folder just created
|
||||
# cp -a $MODULE_NAME/build/outputs/apk/releaseTest/. $HOME/$VERSION_KEY/
|
||||
# printf "Moved apks\n"
|
||||
cp -a $MODULE_NAME/build/outputs/apk/releaseTest/. $HOME/$VERSION_KEY/
|
||||
printf "Moved apks\n"
|
||||
ls -a $HOME/${VERSION_KEY}
|
||||
if [ -z "$(find $HOME/${VERSION_KEY} -name '*.apk')" ]; then
|
||||
echo "No apks found"
|
||||
|
Loading…
Reference in New Issue
Block a user