mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-08-14 13:11:48 +08:00
wording change
This commit is contained in:
parent
e709e2cf5c
commit
7bfb9a7113
@ -1,12 +1,12 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
echo Starting Private Server
|
echo Starting Proxy Server
|
||||||
|
|
||||||
SET ip=%1
|
SET ip=%1
|
||||||
SET gamePath=%2
|
SET gamePath=%2
|
||||||
SET gamePath=%gamePath:"=%
|
SET gamePath=%gamePath:"=%
|
||||||
|
|
||||||
start "Proxy Server" ./ext/mitmdump.exe -s "./proxy/proxy.py"
|
start "Proxy Server" ./ext/mitmdump.exe -s "./proxy/proxy.py" --ssl-insecure
|
||||||
|
|
||||||
echo Opening %gamePath%/Genshin Impact Game/GenshinImpact.exe
|
echo Opening %gamePath%/Genshin Impact Game/GenshinImpact.exe
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user