sunsheng 1 년 전
부모
커밋
50ff7590bb
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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