下载最新.bat 317 B

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