We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ef8f7 commit 1f89830Copy full SHA for 1f89830
patch.sh
@@ -204,7 +204,7 @@ main() {
204
205
## link to download $what_to_patch
206
if [ ! "$what_to_patch" = "custom" ]; then
207
- [ ! -f "$apk_filename" ] && apk_link=https://github.com/XDream8/revanced-creator/releases/download/v0.1/$apk_filename
+ [ ! -f "$apk_filename" ] && apk_link=https://github.com/XDream8/revanced-creator/releases/download/$what_to_patch/$apk_filename
208
fi
209
210
## downloader
0 commit comments