Skip to content

Commit

Permalink
macos: Rename installer to crc-installer-macos-amd64.pkg
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
cfergeau authored and guillaumerose committed Feb 2, 2021
1 parent 5b9fdc8 commit c040f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

0 comments on commit c040f8a

Please sign in to comment.