Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XDream8 committed Aug 30, 2022
1 parent 75ef8f7 commit 1f89830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ main() {

## link to download $what_to_patch
if [ ! "$what_to_patch" = "custom" ]; then
[ ! -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
fi

## downloader
Expand Down

0 comments on commit 1f89830

Please sign in to comment.