mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
🔥 Windows 端不再支持 32 位系统 Fix https://github.com/siyuan-note/siyuan/issues/6386
This commit is contained in:
parent
7a7ae253b6
commit
142abbe8e1
6 changed files with 2 additions and 86 deletions
|
|
@ -114,11 +114,7 @@ func getUpdatePkg() (downloadPkgURL, checksum string, err error) {
|
|||
|
||||
var suffix string
|
||||
if gulu.OS.IsWindows() {
|
||||
if "386" == runtime.GOARCH {
|
||||
suffix = "win32.exe"
|
||||
} else {
|
||||
suffix = "win.exe"
|
||||
}
|
||||
suffix = "win.exe"
|
||||
} else if gulu.OS.IsDarwin() {
|
||||
if "arm64" == runtime.GOARCH {
|
||||
suffix = "mac-arm64.dmg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue