Skip to content

Commit

Permalink
fix: update to correct repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs authored Oct 20, 2024
1 parent 7c51fb8 commit c31d3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/io/github/revenge/xposed/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Main : IXposedHookLoadPackage {

val url =
if (config.customLoadUrl.enabled) config.customLoadUrl.url
else "https://github.com/revenge-mod/Revenge/releases/latest/download/revenge.min.js"
else "https://github.com/revenge-mod/revenge-bundle/releases/latest/download/revenge.min.js"

Log.e("Revenge", "Fetching JS bundle from $url")

Expand Down

0 comments on commit c31d3c9

Please sign in to comment.