mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-22 07:08:11 +00:00
styling changes and script tweaks
This commit is contained in:
parent
8c2e0d09f1
commit
0584bf5ed7
@ -154,7 +154,7 @@ body {
|
||||
}
|
||||
|
||||
#firstHalf {
|
||||
border-right: 1px solid black;
|
||||
border-right: 10px solid #141414;
|
||||
background-position: -340px;
|
||||
}
|
||||
|
||||
|
@ -20,6 +20,9 @@ start "Proxy Server" ./ext/mitmdump.exe -s "./proxy/proxy.py" --ssl-insecure --s
|
||||
|
||||
echo Opening %gamePath%
|
||||
|
||||
:: Allow the proxy server to create the certificates
|
||||
ping 127.0.0.1 -n 5 > nul
|
||||
|
||||
:: Launch game
|
||||
"%gamePath%"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user