Skip to content

Commit

Permalink
build: Use release binary for 'packagedir' target
Browse files Browse the repository at this point in the history
This fixes #3608
Release binaries use installed vfkit/crc-admin-helper instead of
downloading them, and they use the correct telemetry key.
  • Loading branch information
cfergeau authored and praveenkumar committed Apr 21, 2023
1 parent 44e1571 commit 7a31c7f
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 @@ -321,7 +321,7 @@ $(BUILD_DIR)/macos-universal/crc: $(BUILD_DIR)/macos-arm64/crc $(BUILD_DIR)/maco
mkdir -p out/macos-universal
cd $(BUILD_DIR) && "$(TOOLS_BINDIR)"/makefat macos-universal/crc macos-amd64/crc macos-arm64/crc

packagedir: clean_macos_package embed-download-darwin $(BUILD_DIR)/macos-universal/crc
packagedir: clean_macos_package embed-download-darwin macos-release-binary
echo -n $(CRC_VERSION) > packaging/darwin/VERSION

mkdir -p packaging/darwin/root-crc/Applications
Expand Down

0 comments on commit 7a31c7f

Please sign in to comment.