Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 5d62adf

Browse files
committed
fix make windows-release
1 parent 09dfee1 commit 5d62adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ $(WINDOWS_RELEASE): $(GUI_FILES) | .build-windows-check .prepare .fyne
217217
fyne package -appID net.synfin.AlpacaScope -name net.synfin.AlpacaScope \
218218
-appVersion $(PROJECT_VERSION) -appBuild $(BUILD_ID) -os windows -release \
219219
-sourceDir cmd/alpacascope-gui && \
220-
mv gui/gui.exe $(WINDOWS_RELEASE)
220+
mv cmd/alpacascope-gui/alpacascope-gui.exe $(WINDOWS_RELEASE)
221221

222222
windows-cli: $(WINDOWS_CLI) ## Build Windows/amd64 CLI
223223

0 commit comments

Comments
 (0)