n0k0m3 / revanced-build-template

Github Template for building Revanced
GNU General Public License v3.0
139 stars 154 forks source link

Download VancedMicroG from inotia00's fork #71

Closed ghost closed 1 year ago

n0k0m3 commented 1 year ago

As all of these codes are just pulling latest micro.apk from inotia00/VancedMicroG, can you replace them with just

artifacts["vanced-microG.apk"]="inotia00/VancedMicroG microg .apk"

This section will download everything in artifacts dictionary if those are from github latest release api

https://github.com/n0k0m3/revanced-build-template/blob/c2dad96cad0891b131033f6415dd7728faf970c7/build_revanced.sh#L59-L66

ghost commented 1 year ago

As all of these codes are just pulling latest micro.apk from inotia00/VancedMicroG, can you replace them with just

artifacts["vanced-microG.apk"]="inotia00/VancedMicroG microg .apk"

This section will download everything in artifacts dictionary if those are from github latest release api

https://github.com/n0k0m3/revanced-build-template/blob/c2dad96cad0891b131033f6415dd7728faf970c7/build_revanced.sh#L59-L66

Done.