Commit 66fe27f3 authored by szh's avatar szh

修复linux系统更新问题 0.3.8

parent a2cd1423
......@@ -141,7 +141,7 @@ func forceUpdate653() error {
//linux 3b82622e1e60bd5b8160a4a86f2284ec58340e1f8d335fa21c60395de1190082
if pai2.GetArchType() == "arm" && shaStr != "070e6c4cc62896fe0eb9afecd13da3fa92a3ce59f4b9b1045481fbe1a818410b" {
err = forceUpdate()
} else if pai2.GetArchType() == "x86-64" && shaStr != "3b82622e1e60bd5b8160a4a86f2284ec58340e1f8d335fa21c60395de1190082" {
} else if pai2.GetArchType() == "x86_64" && shaStr != "3b82622e1e60bd5b8160a4a86f2284ec58340e1f8d335fa21c60395de1190082" {
err = forceUpdate()
}
return nil
......
package app
const version = "0.3.7"
const version = "0.3.8"
var (
GitCommit string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment