Skip to content

Commit

Permalink
fix: wrong file name (build)
Browse files Browse the repository at this point in the history
Signed-off-by: unexpected unresolved <[email protected]>
  • Loading branch information
RainyXeon authored Nov 13, 2024
1 parent 43b3bfb commit 05f673b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 05f673b

Please sign in to comment.