Skip to content

Commit

Permalink
Fix update downloader borked
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich committed Jan 15, 2024
1 parent 25c76f5 commit c83037e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data class Release(
else -> ""
}

return assets.find { it.contains("tachiyomi$apkVariant-") } ?: assets[0]
return assets.find { it.contains("mihon$apkVariant-") } ?: assets[0]
}

/**
Expand Down

0 comments on commit c83037e

Please sign in to comment.