eventOneHQ / apkup

🚀 Publish APKs to Google Play directly from the terminal
https://oss.eventone.page/apkup
MIT License
36 stars 12 forks source link

OBBs on multiple APKs #38

Closed nprail closed 4 years ago

nprail commented 4 years ago

Closes #23

This is a breaking API and CLI change.

nprail commented 4 years ago

@stephan-nordnes-eriksen These changes should be functional now. I don't have an app with OBBs so I can't effectively test it. You can try it out like so:

# clone the branch
git clone -b 23-obbs-for-separate-apks git@github.com:eventOneHQ/apkup.git
cd apkup

# install dependencies
npm i

# build the TS
npm run build

# then test it out!
node dist/cli ... --file="./artifacts/yourapp-arm64.apk,./artifacts/main.1.yourapp.obb" --file="./artifacts/yourapp-armv7.apk,./artifacts/main.2.yourapp.obb"
nprail commented 4 years ago

@stephan-nordnes-eriksen I'm going to merge this into the v2 branch and continue work there. If you find any issues with it, mention them on #23. Then once I'm done with the rest of v2 I'll release a beta!