Skip to content

Commit

Permalink
delver: change filename of apk internal db file
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Jan 9, 2024
1 parent 7588aae commit f450ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delver.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const delver = {
const apk = fs.readFileSync(path.join(core.dataDirectory, 'db', 'delverlens.apk'))
const result = await extractor.loadAsync(apk)
const output = path.join(core.dataDirectory, 'db', 'delverlens.sqlite')
const data = result.files['res/ut.db'].async('arraybuffer')
const data = result.files['res/Cc.db'].async('arraybuffer')

fs.writeFileSync(output, Buffer.from(await data))

Expand Down

0 comments on commit f450ee8

Please sign in to comment.