Explorar o código

添加说明README

kinve %!s(int64=2) %!d(string=hai) anos
pai
achega
fbfdcb1983
Modificáronse 2 ficheiros con 18 adicións e 0 borrados
  1. 8 0
      README
  2. 10 0
      下载最新.bat

+ 8 - 0
README

@@ -0,0 +1,8 @@
+#功能
+下载github最新文件
+
+#使用说明
+GitAutoupdater.exe 工程 文件 -p 代理
+GitAutoupdater.exe gogs/gogs gogs_0.13.0_windows_amd64.zip,gogs_0.13.0_linux_386.zip -p https://gh-proxy.com/https://github.com/
+
+

+ 10 - 0
下载最新.bat

@@ -0,0 +1,10 @@
+@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%