| 12345678910 |
- @echo off
- setlocal enabledelayedexpansion
- set GitAutoupdater_exe=D:\kinve\rundir\AutoGitUpdate\GitAutoupdater.exe
- set PRO_NAME=yisier/nps
- set DOWN_LIST=windows_amd64_client.tar.gz,windows_amd64_server.tar.gz
- set PROXY=https://gh-proxy.com/https://github.com/
- %GitAutoupdater_exe% %PRO_NAME% %DOWN_LIST% -p %PROXY%
|