Fix release build

This commit is contained in:
LoveSy
2023-02-27 11:57:22 +08:00
committed by John Wu
parent d0ec387c28
commit 594c304634
5 changed files with 9 additions and 8 deletions

View File

@ -220,7 +220,7 @@ fun Project.setupApp() {
dependsOn(stubTask)
inputs.property("version", Config.version)
inputs.property("versionCode", Config.versionCode)
into("src/main/assets")
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")