fix: change apk source

This commit is contained in:
Vitaly Gashkov
2025-08-23 21:14:56 +05:00
parent 4a2e0af73c
commit 280df47fbf
7 changed files with 124 additions and 54 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env node
const { extractSecrets } = require('../crextractor');
extractSecrets({ output: 'secrets.json' });