You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: flash file corrupted
This commit is contained in:
@@ -176,12 +176,11 @@ androidComponents.onVariants { variant ->
|
||||
set.add(Pair(root.file("webroot/js/translate/modules.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/translate/settings.js").asFile, null))
|
||||
|
||||
set.add(Pair(root.file("webroot/js/themes/dark/index.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/dark/navbar.js").asFile, null))
|
||||
|
||||
set.add(Pair(root.file("webroot/js/themes/light/index.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/light/navbar.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/light/icon.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/dark.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/darkNavbar.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/light.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/lightNavbar.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/lightIcon.js").asFile, null))
|
||||
|
||||
set.add(Pair(root.file("webroot/js/list/language.js").asFile, null))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user