🔖 v2.0.14

This commit is contained in:
Liang Ding 2022-05-29 10:11:50 +08:00
parent 79d0c598e2
commit 87256b184d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 3 additions and 3 deletions

View file

@ -20,11 +20,11 @@ export CGO_ENABLED=1
export GOOS=darwin export GOOS=darwin
export GOARCH=amd64 export GOARCH=amd64
go build --tags fts5 -v -o "app/kernel-darwin/SiYuan-Kernel" -ldflags "-s -w" . go build --tags fts5 -v -o "../app/kernel-darwin/SiYuan-Kernel" -ldflags "-s -w" .
export GOOS=darwin export GOOS=darwin
export GOARCH=arm64 export GOARCH=arm64
go build --tags fts5 -v -o "app/kernel-darwin-arm64/SiYuan-Kernel" -ldflags "-s -w" . go build --tags fts5 -v -o "../app/kernel-darwin-arm64/SiYuan-Kernel" -ldflags "-s -w" .
cd .. cd ..
echo 'Building Electron' echo 'Building Electron'

View file

@ -19,7 +19,7 @@ export CGO_ENABLED=1
export GOOS=linux export GOOS=linux
export GOARCH=amd64 export GOARCH=amd64
go build --tags fts5 -v -o "app/kernel-linux/SiYuan-Kernel" -ldflags "-s -w" . go build --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel" -ldflags "-s -w" .
cd .. cd ..
echo 'Building Electron' echo 'Building Electron'