diff --git a/scripts/linux-build.sh b/scripts/linux-build.sh index 52c457264..2e8df5a6f 100755 --- a/scripts/linux-build.sh +++ b/scripts/linux-build.sh @@ -24,7 +24,7 @@ go build --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel" -ldflags "-s -w" export GOARCH=arm64 export CC=~/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc -go build --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel-arm64" -ldflags "-s -w" . +go build --tags fts5 -v -o "../app/kernel-linux-arm64/SiYuan-Kernel-arm64" -ldflags "-s -w" . cd .. echo 'Building Electron App'