👷 Update building electron app task name

This commit is contained in:
Daniel 2024-05-08 09:24:51 +08:00
parent 00e883d393
commit bea1787dff
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ export GOARCH=amd64
go build --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel" -ldflags "-s -w" .
cd ..
echo 'Building Electron'
echo 'Building Electron App'
cd app
pnpm run dist-linux
cd ..