Skip to content

Commit

Permalink
Update aab_to_apks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MuntashirAkon committed Apr 25, 2021
1 parent 2aae9b0 commit d608663
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/aab_to_apks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,8 @@ done
for arch in "${SUPPORTED_ARCHS[@]}"; do
mv "base-${arch}.apk" "config.${arch}.apk"
done
# Move feat_docs
mv feat_docs-master.apk feat_docs.apk
# Delete rests
rm ./base-*
rm ./feat_docs-*
# Make zip
cd "${lastPWD}"
zip -j "${RELEASE_PATH}/${default_name}.apks" "${RELEASE_PATH}/${TMP_PATH}/splits"/*
Expand Down

0 comments on commit d608663

Please sign in to comment.