mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
wording change
This commit is contained in:
parent
e709e2cf5c
commit
7bfb9a7113
@ -1,12 +1,12 @@
|
||||
@echo off
|
||||
|
||||
echo Starting Private Server
|
||||
echo Starting Proxy Server
|
||||
|
||||
SET ip=%1
|
||||
SET gamePath=%2
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user