fix: wrong file name (build)

Signed-off-by: unexpected unresolved <xeondev@xeondex.onmicrosoft.com>
This commit is contained in:
unexpected unresolved
2024-11-13 22:44:00 +07:00
committed by GitHub
parent 43b3bfbc99
commit 05f673bce1

View File

@@ -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))