sunsheng 1 năm trước cách đây
mục cha
commit
50ff7590bb
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/main.go
  2. BIN
      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() {

BIN
src/updater.exe