wording change

This commit is contained in:
SpikeHD 2022-04-19 19:22:24 -07:00
parent e709e2cf5c
commit 7bfb9a7113

View File

@ -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