Skip to content

Commit

Permalink
fix bug check build versions, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
delebash committed Dec 5, 2022
1 parent 67f3555 commit 6d7079b
Show file tree
Hide file tree
Showing 5 changed files with 512 additions and 237 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// execSync(cmd_str, {'shell': 'powershell.exe'});


const {execSync} = require("child_process");
import {execSync} from 'child_process';
let cmd_str
//Launch mitmproxy to create initial certs and close
cmd_str = 'Start-Process -Verb RunAs -Wait -FilePath "mitmproxy/mitmproxy.exe" -ArgumentList "--scripts py_scripts/close_app.py"'
Expand Down

0 comments on commit 6d7079b

Please sign in to comment.