add build directions to doc

This commit is contained in:
grngxd 2025-06-16 23:57:10 +01:00
parent 6c84e18ce8
commit f858daff59
3 changed files with 18 additions and 4 deletions

View file

@ -5,7 +5,7 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "tmp\\main.exe"
cmd = "go build -o ./tmp/main.exe ./example"
cmd = "go build -ldflags='-H windowsgui' -o ./tmp/main.exe ./example"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "runtime/out", "node_modules", "dist"]
exclude_file = []