diff --git a/Makefile b/Makefile index 2118c91..1c5b5c0 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ GO = go CGO_ENABLED = 1 WINDRES ?= x86_64-w64-mingw32-windres MINGW_CC ?= x86_64-w64-mingw32-gcc -SEMVER ?= 0.6.1 +SEMVER ?= 0.6.2 GIT_HASH = $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown) VERSION = $(SEMVER)-$(GIT_HASH) LDFLAGS = -s -w -X lmvpn/internal/version.Version=$(VERSION) diff --git a/internal/ui/dock_other.go b/internal/ui/dock_other.go index 0e048dc..d0818d4 100644 --- a/internal/ui/dock_other.go +++ b/internal/ui/dock_other.go @@ -2,6 +2,8 @@ package ui +var onAppActive func() + func showDockIcon() {} func hideDockIcon() {}