|
@@ -61,7 +61,7 @@ func (o *AppOption) Parse() {
|
|
|
type ResumFuc = func()
|
|
|
|
|
|
var ResumMainWnd ResumFuc
|
|
|
-var MainUrl = fmt.Sprintf("http://spu3d.com/lancher/v%s/lancher.html", api.Version)
|
|
|
+var MainUrl = fmt.Sprintf("http://spu3d.com/lancher/vxxxx%s/lancher.html", api.Version)
|
|
|
|
|
|
//go:generate goversioninfo
|
|
|
func main() {
|