From 9940a4ece2fa067f63407505bc72e079f1cec530 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 12 Feb 2022 21:42:32 +0800 Subject: [PATCH] =?UTF-8?q?MacOS=20CD=20=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- share/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 048baf1d..bb46e980 100644 --- a/Makefile +++ b/Makefile @@ -300,7 +300,7 @@ artifacts-macos: clean mv dist/yao-*-* dist/release/ chmod +x dist/release/yao-*-* ls -l dist/release/ - dist/release/yao-${VERSION}-darwin-arm64 version + dist/release/yao-${VERSION}-darwin-amd64 version .PHONY: win32 win32: bindata diff --git a/share/const.go b/share/const.go index 0f6f33a0..b29c6887 100644 --- a/share/const.go +++ b/share/const.go @@ -4,7 +4,7 @@ package share // session -> freeport fix bug // 更新制品目录 -> ui/downloads // Arm64 制品 -> arm build test -// MacOS 制品 -> debug 5 +// MacOS 制品 -> debug 6 // VERSION 版本号 const VERSION = "0.9.1"