Skip to content

Commit

Permalink
feat: download minified builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs authored Oct 20, 2024
1 parent 8ca4271 commit 7c51fb8
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.js"
else "https://github.com/revenge-mod/Revenge/releases/latest/download/revenge.min.js"

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

Expand Down

0 comments on commit 7c51fb8

Please sign in to comment.