Skip to content

Commit

Permalink
Add apk-mitm- prefix to temporary directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
niklashigi committed Nov 29, 2020
1 parent 6742b8d commit c314fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function main() {
showSupportedExtensions()
}

const tmpDir = tempy.directory()
const tmpDir = tempy.directory({ prefix: 'apk-mitm-' })
process.chdir(tmpDir)

const apktool = new Apktool({
Expand Down

0 comments on commit c314fe1

Please sign in to comment.