From c040f8aeaa80b8702fb602986ecf0c7362228850 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 22 Jan 2021 17:25:59 +0100 Subject: [PATCH] macos: Rename installer to crc-installer-macos-amd64.pkg The new name makes it easy to know it's a macos installer, and also hints that it won't work on Apple M1s machines. It's consistent with the naming used for our tarballs (crc-macos-amd64.tar.xz) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7894588ef6..b14697a9a6 100644 --- a/Makefile +++ b/Makefile @@ -251,5 +251,5 @@ package: clean check_bundledir $(BUILD_DIR)/macos-amd64/crc $(HOST_BUILD_DIR)/cr productbuild --distribution packaging/darwin/Distribution \ --resources packaging/darwin/Resources \ --package-path $(BUILD_DIR)/macos-amd64 \ - $(BUILD_DIR)/macos-amd64/crc-installer.pkg + $(BUILD_DIR)/macos-amd64/crc-installer-macos-amd64.pkg rm $(BUILD_DIR)/macos-amd64/crc.pkg