mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
👷 Update building electron app task name
This commit is contained in:
parent
00e883d393
commit
bea1787dff
4 changed files with 5 additions and 5 deletions
|
|
@ -27,9 +27,9 @@ export GOARCH=arm64
|
|||
go build --tags fts5 -v -o "../app/kernel-darwin-arm64/SiYuan-Kernel" -ldflags "-s -w" .
|
||||
cd ..
|
||||
|
||||
echo 'Building Electron'
|
||||
echo 'Building Electron App amd64'
|
||||
cd app
|
||||
pnpm run dist-darwin
|
||||
echo 'Building Electron arm64'
|
||||
echo 'Building Electron App arm64'
|
||||
pnpm run dist-darwin-arm64
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue