You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: wrong file name (build)
Signed-off-by: unexpected unresolved <xeondev@xeondex.onmicrosoft.com>
This commit is contained in:
committed by
GitHub
parent
43b3bfbc99
commit
05f673bce1
@@ -169,13 +169,13 @@ androidComponents.onVariants { variant ->
|
||||
set.add(Pair(root.file("webroot/js/language.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/restoreError.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/navbar.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/daemonActions.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/monitorActions.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/errorCatcher.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/browserRedirect.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/errorScreen.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/smallPageDesabler.js").asFile, null))
|
||||
|
||||
set.add(Pair(root.file("webroot/js/translate/action.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/translate/actions.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/translate/home.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/translate/modules.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/translate/settings.js").asFile, null))
|
||||
|
||||
Reference in New Issue
Block a user