Skip to content

Commit

Permalink
bump fyne version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Sep 20, 2024
1 parent caf42ec commit 1c16376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ DARWIN_GUI := $(DIST_DIR)/$(PROJECT_NAME)-gui-$(PROJECT_VERSION)-
WINDOWS_RELEASE := $(DIST_DIR)/AlpacaScope.exe
WINDOWS_CLI := $(DIST_DIR)/AlpacaScope-CLI-$(PROJECT_VERSION).exe
WINDOWS := $(DIST_DIR)/AlpacaScope-Debug-$(PROJECT_VERSION).exe
FYNE_VERSION := v2.5.0
FYNE_VERSION := v2.5.1
FYNE_CROSS_VERSION := v1.5.0

GUI_FILES = $(shell find . -type f -name '*.go' | grep -v _test.go | grep -v ./cmd/alpacascope/ ) Makefile
Expand Down

0 comments on commit 1c16376

Please sign in to comment.