Skip to content

Commit 3fcd0dd

Browse files
Add version info to package installer (#249)
Fixes #203 Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
1 parent 00aa883 commit 3fcd0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ installer-pkg: $(STAGING_DIR)
100100
@codesign $(CODESIGN_OPTS) --prefix=com.apple.container. --entitlements=signing/container-network-vmnet.entitlements $(join $(STAGING_DIR), libexec/container/plugins/container-network-vmnet/bin/container-network-vmnet)
101101

102102
@echo Creating application installer
103-
@pkgbuild --root $(STAGING_DIR) --identifier com.apple.container-installer --install-location /usr/local $(PKG_PATH)
103+
@pkgbuild --root $(STAGING_DIR) --identifier com.apple.container-installer --install-location /usr/local --version ${RELEASE_VERSION} $(PKG_PATH)
104104
@rm -rf $(STAGING_DIR)
105105

106106
.PHONY: dsym

0 commit comments

Comments
 (0)