mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-04-25 20:40:28 -05:00
🔖 v2.0.14
This commit is contained in:
@@ -20,11 +20,11 @@ export CGO_ENABLED=1
|
||||
|
||||
export GOOS=darwin
|
||||
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 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 ..
|
||||
|
||||
echo 'Building Electron'
|
||||
|
||||
@@ -19,7 +19,7 @@ export CGO_ENABLED=1
|
||||
|
||||
export GOOS=linux
|
||||
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 ..
|
||||
|
||||
echo 'Building Electron'
|
||||
|
||||
Reference in New Issue
Block a user