Skip to content

Commit 1f89830

Browse files
committed
fix
1 parent 75ef8f7 commit 1f89830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ main() {
204204

205205
## link to download $what_to_patch
206206
if [ ! "$what_to_patch" = "custom" ]; then
207-
[ ! -f "$apk_filename" ] && apk_link=https://github.com/XDream8/revanced-creator/releases/download/v0.1/$apk_filename
207+
[ ! -f "$apk_filename" ] && apk_link=https://github.com/XDream8/revanced-creator/releases/download/$what_to_patch/$apk_filename
208208
fi
209209

210210
## downloader

0 commit comments

Comments
 (0)