change path

This commit is contained in:
KOWX712
2024-12-02 00:24:56 +08:00
parent 785250d748
commit ba2e699ca5
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ async function selectDenylistApps() {
// Function to replace aosp kb
async function aospkb() {
try {
const sourcePath = `${basePath}.default`;
const sourcePath = `${basePath}default`;
const destinationPath = "/data/adb/tricky_store/keybox.xml";
await execCommand(`xxd -r -p ${sourcePath} | base64 -d > ${destinationPath}`);
console.log("AOSP keybox copied successfully.");