mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
fix: change apk source
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const { extractSecrets } = require('../crextractor');
|
||||
|
||||
extractSecrets({ output: 'secrets.json' });
|
||||
Reference in New Issue
Block a user