Skip to content

Commit 7a31c7f

Browse files
cfergeaupraveenkumar
authored andcommitted
build: Use release binary for 'packagedir' target
This fixes #3608 Release binaries use installed vfkit/crc-admin-helper instead of downloading them, and they use the correct telemetry key.
1 parent 44e1571 commit 7a31c7f

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
@@ -321,7 +321,7 @@ $(BUILD_DIR)/macos-universal/crc: $(BUILD_DIR)/macos-arm64/crc $(BUILD_DIR)/maco
321321
mkdir -p out/macos-universal
322322
cd $(BUILD_DIR) && "$(TOOLS_BINDIR)"/makefat macos-universal/crc macos-amd64/crc macos-arm64/crc
323323

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

327327
mkdir -p packaging/darwin/root-crc/Applications

0 commit comments

Comments
 (0)