Move manager.sh to app_functions.sh

This commit is contained in:
topjohnwu
2024-07-01 18:42:05 -07:00
parent 1fbd053a42
commit 59f40d5fe5
4 changed files with 3 additions and 9 deletions

View File

@ -287,8 +287,8 @@ fun Project.setupApp() {
inputs.property("versionCode", Config.versionCode)
into("src/${this@all.name}/assets")
from(rootProject.file("scripts")) {
include("util_functions.sh", "boot_patch.sh", "addon.d.sh")
include("uninstaller.sh", "module_installer.sh")
include("util_functions.sh", "boot_patch.sh", "addon.d.sh",
"app_functions.sh", "uninstaller.sh", "module_installer.sh")
}
from(rootProject.file("tools/bootctl"))
into("chromeos") {