From 5d62adf73f17d648bcc518ce007fb16544bf9f18 Mon Sep 17 00:00:00 2001 From: Aaron Turner Date: Sat, 24 Sep 2022 12:53:37 -0700 Subject: [PATCH] fix `make windows-release` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cc38b1..6f1cb36 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ $(WINDOWS_RELEASE): $(GUI_FILES) | .build-windows-check .prepare .fyne fyne package -appID net.synfin.AlpacaScope -name net.synfin.AlpacaScope \ -appVersion $(PROJECT_VERSION) -appBuild $(BUILD_ID) -os windows -release \ -sourceDir cmd/alpacascope-gui && \ - mv gui/gui.exe $(WINDOWS_RELEASE) + mv cmd/alpacascope-gui/alpacascope-gui.exe $(WINDOWS_RELEASE) windows-cli: $(WINDOWS_CLI) ## Build Windows/amd64 CLI