sunsheng 1 年之前
父節點
當前提交
50ff7590bb
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/main.go
  2. 二進制
      src/updater.exe

+ 1 - 2
src/main.go

@@ -31,7 +31,6 @@ import (
 
 // Define the progress variables, a channel and a variable
 
-var pkgUrl string = "http://spu3dv1.obs.cn-east-3.myhuaweicloud.com/lancher/windows-amd64/1.0.2.zip"
 var progress float32
 var progressIncrementer chan float32
 
@@ -40,7 +39,7 @@ var GAppOption = &AppOption{}
 type AppOption struct {
 	NatsPort int    `short:"p" long:"np" description:"nats port"`
 	Url      string `short:"u" long:"url" description:"url"`
-	Upload   string `short:"d" long:"ud" description:"upload"`
+	Upload   string `short:"d" long:"upload" description:"upload"`
 }
 
 func (o *AppOption) Parse() {

二進制
src/updater.exe