mirror of
https://github.com/apple/container.git
synced 2026-07-15 05:57:01 +00:00
Add version info to package installer (#249)
Fixes https://github.com/apple/container/issues/203 Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
@@ -100,7 +100,7 @@ installer-pkg: $(STAGING_DIR)
|
||||
@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)
|
||||
|
||||
@echo Creating application installer
|
||||
@pkgbuild --root $(STAGING_DIR) --identifier com.apple.container-installer --install-location /usr/local $(PKG_PATH)
|
||||
@pkgbuild --root $(STAGING_DIR) --identifier com.apple.container-installer --install-location /usr/local --version ${RELEASE_VERSION} $(PKG_PATH)
|
||||
@rm -rf $(STAGING_DIR)
|
||||
|
||||
.PHONY: dsym
|
||||
|
||||
Reference in New Issue
Block a user