Skip to content

Commit

Permalink
Merge pull request #520 from atc0005/i518-generate-missing-asset-links
Browse files Browse the repository at this point in the history
Generate missing asset links
  • Loading branch information
atc0005 authored Apr 1, 2024
2 parents 6433c66 + 89b91a7 commit e7ccb82
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 @@ -869,7 +869,7 @@ release-build-x86: windows-x86-static linux-x86-static windows-x86-links linux-x

.PHONY: release-build-x64
## release-build-x64: generates stable x64 build assets for public release
release-build-x64: windows-x64-static packages-dev clean-linux-x64-dev linux-x64-build-static packages-stable linux-x64-compress linux-x64-checksums linux-x64-links
release-build-x64: windows-x64-static windows-x64-links packages-dev clean-linux-x64-dev linux-x64-build-static packages-stable package-links linux-x64-compress linux-x64-checksums linux-x64-links
@echo "Completed all tasks for x64 stable release build"

.PHONY: release-build
Expand Down

0 comments on commit e7ccb82

Please sign in to comment.