Changeset 83077 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Feb 14, 2020 4:00:59 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136125
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r83036 r83077 165 165 @# Sign the created dmg. 166 166 $(call VBOX_SIGN_DMG_FN,$@,org.virtualbox.dmg) 167 if $(intersects darwin all 1,$(VBOX_WITH_CORP_CODE_SIGNING)) 168 @# Notarize the signed dmg (includes stapling). 169 $(call VBOX_NOTARIZE_FILE_FN,$@,org.virtualbox.VirtualBox.$(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD).$(VBOX_SVN_REV)) 170 endif 167 171 endif 168 172 endif
Note:
See TracChangeset
for help on using the changeset viewer.