active morelocale
This commit is contained in:
parent
f531e0641f
commit
7899d50a30
@ -68,7 +68,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
await shellExec('./adb install -r ' + element).then(function (result) {
|
await shellExec('./adb install -r ' + element).then(async function (result) {
|
||||||
console.log(element + ' - ' + result.stdout);
|
console.log(element + ' - ' + result.stdout);
|
||||||
if (element === "data\\apps\\MoreLocale.apk") {
|
if (element === "data\\apps\\MoreLocale.apk") {
|
||||||
await shellExec('./adb shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION').then(function (result) {
|
await shellExec('./adb shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION').then(function (result) {
|
||||||
@ -76,7 +76,6 @@ module.exports = {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(chalk.green('Compatible Apps Installed'))
|
console.log(chalk.green('Compatible Apps Installed'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user