diff --git a/build/linux/Taskfile.yml b/build/linux/Taskfile.yml index 54d901c..e07bdd7 100644 --- a/build/linux/Taskfile.yml +++ b/build/linux/Taskfile.yml @@ -50,7 +50,6 @@ tasks: - task: generate:dotdesktop cmds: - go build {{.BUILD_FLAGS}} -o {{.OUTPUT}} - - upx --best --lzma {{.OUTPUT}} vars: BUILD_FLAGS: '{{if eq .DEV "true"}}-buildvcs=false -gcflags=all="-l"{{else}}-tags production -trimpath -buildvcs=false -ldflags="-w -s"{{end}}' DEFAULT_OUTPUT: "{{.BIN_DIR}}/{{.APP_NAME}}" diff --git a/build/windows/Taskfile.yml b/build/windows/Taskfile.yml index 53dd37b..2610385 100644 --- a/build/windows/Taskfile.yml +++ b/build/windows/Taskfile.yml @@ -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: