kinve преди 2 години
родител
ревизия
fbfdcb1983
променени са 2 файла, в които са добавени 18 реда и са изтрити 0 реда
  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%