sun-desktop-linux 9 luni în urmă
părinte
comite
7344232873
2 a modificat fișierele cu 9 adăugiri și 7 ștergeri
  1. 9 7
      src/readme.md
  2. BIN
      src/updater

+ 9 - 7
src/readme.md

@@ -1,11 +1,13 @@
-## 更新器
+# 更新器
 
-1. 上传
+## 编译
 
-```bash
-go build .
-./updater --upload xx
-```
 go build -ldflags="-s -w"
 
-hanyishufang65s.ttf 放在lancher执行目录
+## 上传编译后的updater
+
+./updater --upload xx
+
+## 使用
+
+编译后的文件updater和hanyishufang65s.ttf 放在lancher执行目录下

BIN
src/updater