diff --git a/scripts/win-build.bat b/scripts/win-build.bat index 1563a4052..42f924a76 100644 --- a/scripts/win-build.bat +++ b/scripts/win-build.bat @@ -24,7 +24,7 @@ goversioninfo -platform-specific=true -icon=resource/icon.ico -manifest=resource set GOOS=windows set GOARCH=amd64 -@REM you can use `go mod tidy` to update kernel dependency bofore build +@REM you can use `go mod tidy` to update kernel dependency before build go build --tags fts5 -v -o "../app/kernel/SiYuan-Kernel.exe" -ldflags "-s -w -H=windowsgui" . cd ..