mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
fix relative dir reference
This commit is contained in:
parent
feb37fda63
commit
1bd6845a1a
@ -30,7 +30,7 @@ del /s /q "%ORIGIN%/temp"
|
||||
echo Running proxy server in order to generate certificates...
|
||||
|
||||
:: Start proxy server
|
||||
start "Proxy Server" ./ext/mitmdump.exe --ssl-insecure --set ip=%ip%
|
||||
start "Proxy Server" %ORIGIN%/ext/mitmdump.exe --ssl-insecure --set ip=%ip%
|
||||
|
||||
:: Allow the proxy server to create the certificates
|
||||
ping 127.0.0.1 -n 6 > nul
|
||||
|
Loading…
Reference in New Issue
Block a user