This commit is contained in:
Daniel 2024-05-29 00:09:41 +08:00
parent 5ec27681f9
commit 9a03f03ff9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 4 additions and 2 deletions

View file

@ -29,7 +29,9 @@ export CC=~/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
go build --tags fts5 -v -o "../app/kernel-linux-arm64/SiYuan-Kernel-arm64" -ldflags "-s -w" . go build --tags fts5 -v -o "../app/kernel-linux-arm64/SiYuan-Kernel-arm64" -ldflags "-s -w" .
cd .. cd ..
echo 'Building Electron App' echo 'Building Electron App amd64'
cd app cd app
pnpm run dist-linux pnpm run dist-linux
echo 'Building Electron App arm64'
pnpm run dist-linux-arm64
cd .. cd ..

View file

@ -45,7 +45,7 @@ if errorlevel 1 (
) )
cd .. cd ..
echo 'Building Electron App' echo 'Building Electron App amd64'
cd app cd app
call pnpm run dist call pnpm run dist
if errorlevel 1 ( if errorlevel 1 (