add build directions to doc
This commit is contained in:
parent
6c84e18ce8
commit
f858daff59
3 changed files with 18 additions and 4 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue