mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
osslsigncode does not support "-verbose"
This commit is contained in:
parent
139d8509b4
commit
41659639bd
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ MACTARGET=$(DMGSTAGE)-$(DARWIN)${EXTRA_VERSION}
|
||||
APPDIR=$(DMGSTAGE)/xca.app/Contents
|
||||
OSSLSIGN_OPT=sign -pkcs12 "$(HOME)"/Christian_Hohnstaedt.p12 -askpass \
|
||||
-n "XCA $(VERSION)" -i https://hohnstaedt.de/xca \
|
||||
-t http://timestamp.comodoca.com -h sha2 -verbose
|
||||
-t http://timestamp.comodoca.com -h sha2
|
||||
|
||||
ifeq ($(SUFFIX), .exe)
|
||||
all: setup$(SUFFIX)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user