Skip to content

Commit

Permalink
feat: Download Revenge JS
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored Sep 14, 2024
1 parent 42a08d1 commit a290483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/kotlin/io/github/pyoncord/xposed/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Main : IXposedHookLoadPackage {

val url =
if (config.customLoadUrl.enabled) config.customLoadUrl.url
else "https://raw.githubusercontent.com/pyoncord/detta-builds/main/bunny.min.js"
else "https://github.com/revenge-mod/Revenge/releases/latest/download/revenge.js"

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

Expand Down Expand Up @@ -208,4 +208,4 @@ class Main : IXposedHookLoadPackage {
})
}
}
}
}

0 comments on commit a290483

Please sign in to comment.