mod: taskfile

This commit is contained in:
2026-02-05 15:38:48 +08:00
parent 7a258d28a2
commit 99c71f5179
2 changed files with 0 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ tasks:
platforms: [windows]
- cmd: rm -f *.syso
platforms: [linux, darwin]
- cmd: upx --best --lzma "{{.BIN_DIR}}/{{.APP_NAME}}.exe"
vars:
BUILD_FLAGS: '{{if eq .DEV "true"}}-buildvcs=false -gcflags=all="-l"{{else}}-tags production -trimpath -buildvcs=false -ldflags="-w -s -H windowsgui"{{end}}'
env: