nikhilbadyal / docker-py-revanced

One Click Python util to build all Revanced apps.
https://nikhilbadyal.github.io/docker-py-revanced/
GNU General Public License v3.0
562 stars 436 forks source link

Extra files Skipped #407

Closed ramanveerji closed 11 months ago

ramanveerji commented 11 months ago

I have added vanced apk in extra files but it is not getting uploaded. Please check it. EXTRA_FILES=https://github.com/TeamVanced/VancedMicroG/releases/latest@VancedMicroG.apk

nikhilbadyal commented 11 months ago

Read docs and provide URL properly. See example provided in the docs.

EXTRA_FILES=https://github.com/inotia00/mMicroG/releases/latest@mmicrog.apk,https://github.com/revanced/revanced-integrations@integrations.apk

ramanveerji commented 11 months ago

Read docs and provide URL properly. See example provided in the docs.

EXTRA_FILES=https://github.com/inotia00/mMicroG/releases/latest@mmicrog.apk,https://github.com/revanced/revanced-integrations@integrations.apk

That's extended microg, I have added vanced microg. The link is same, earlier it was getting uploaded but now it is not.

nikhilbadyal commented 11 months ago

Share complete env then. Make sure to follow the issue template.

IMXEren commented 11 months ago

@ramanveerji is right about this.

Action Tested on fresh fork with env:

PATCH_APPS=trakt
EXTRA_FILES=https://github.com/kazimmt/mmicrog/releases/latest@kazimmt_mMicroG.apk

Built Release

ramanveerji commented 11 months ago

Share complete env then. Make sure to follow the issue template.

PATCH_APPS=youtube GLOBAL_CLI_DL=https://github.com/revanced/revanced-cli GLOBAL_PATCHES_DL=https://github.com/revanced/revanced-patches GLOBAL_PATCHES_JSON_DL=https://github.com/revanced/revanced-patches GLOBAL_INTEGRATIONS_DL=https://github.com/revanced/revanced-integrations PERSONAL_ACCESS_TOKEN=**** GLOBAL_ARCHS_TO_BUILD=arm64-v8a GLOBAL_SPACE_FORMATTED_PATCHES=true

Youtube

YOUTUBE_EXCLUDE_PATCH=custom-branding YOUTUBE_ARCHS_TO_BUILD=arm64-v8a,armeabi-v7a

Extra Files

EXTRA_FILES=https://github.com/TeamVanced/VancedMicroG/releases/latest@VancedMicroG.apk

nikhilbadyal commented 11 months ago

/cib