Skip to content

Commit f6a2584

Browse files
committed
Compression with UPX should be optional
1 parent 157f0bd commit f6a2584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ export LAUNCHER_PROGRAM_EXT
6969
# See https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
7070
.PHONY: build bundle bundle-msi test copy-test-files generate clean sign dist help
7171

72-
build: generate compile compress package ## Build (default)
73-
7472
# Default target
73+
build: compile package
74+
7575
compile: generate ## Compile with go build. Run after make generate.
7676
ifeq (${OS},windows)
7777
# Removing unneeded PNG from Windows binary

0 commit comments

Comments
 (0)