5 lines
156 B
Batchfile
5 lines
156 B
Batchfile
|
@echo off
|
||
|
set HTTP_PROXY=http://127.0.0.1:7897
|
||
|
set HTTPS_PROXY=http://127.0.0.1:7897
|
||
|
python main.py --config com.emoticon.diy.znfav.launcher.free.json
|
||
|
pause
|