VirtualBox

Changeset 79701 in vbox


Ignore:
Timestamp:
Jul 11, 2019 6:31:18 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132045
Message:

Installer/win: need to place the result of EV signing correctly (defaults placed it in the current directory)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r79693 r79701  
    35723572  ## EV sign a file (generic).
    35733573  # @param 1  The file to sign.
     3574  # @param 2  The directory to put the signed file in. Defaults to $(dir $1).
    35743575  ifndef VBOX_SIGN_EV_FILE_FN
    35753576   if $(intersects win_ev all 1,$(VBOX_WITH_CORP_CODE_SIGNING))
    3576     VBOX_SIGN_EV_FILE_FN  = $(call VBOX_CCS_SIGN_CMD,microsoftev,$1,$(dir $1))
     3577    VBOX_SIGN_EV_FILE_FN  = $(call VBOX_CCS_SIGN_CMD,microsoftev,$1,$(if $2,$2,$(dir $1)))
    35773578   else ifdef VBOX_CERTIFICATE_EV_SUBJECT_NAME
    35783579    VBOX_SIGN_EV_FILE_FN  = $(VBOX_SIGNTOOL) \
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r79439 r79701  
    11101110                'if ".%1" == "." (echo No .cab file specified & exit /b 1)' \
    11111111                $(subst $(KBUILD_BIN_PATH),%KBUILD_BIN_PATH%,$(subst $(KBUILD_DEVTOOLS),%KBUILD_DEVTOOLS%, \
    1112                 '( $(call VBOX_SIGN_EV_FILE_FN,%1) ) || exit /b1' \
     1112                '( $(call VBOX_SIGN_EV_FILE_FN,%1,%~dp1) ) || exit /b1' \
    11131113                ) )
    11141114
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette