Skip to content

Commit

Permalink
fix make windows-release
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Sep 24, 2022
1 parent 09dfee1 commit 5d62adf
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 @@ -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

Expand Down

0 comments on commit 5d62adf

Please sign in to comment.