mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
fix windows sign
This commit is contained in:
parent
266a16f485
commit
adc07be2ce
@ -30,9 +30,9 @@ case $i in
|
||||
shift # past argument=value
|
||||
;;
|
||||
-cp=*|--cert_pssw=*)
|
||||
if [ -z "${i#*=}" ]; then
|
||||
CERT_PSSW="${i#*=}"
|
||||
if [ -n "$CERT_PSSW" ]; then
|
||||
SIGN=true
|
||||
CERT_PSSW="${i#*=}"
|
||||
fi
|
||||
shift # past argument=value
|
||||
;;
|
||||
@ -60,4 +60,4 @@ if [ "$SIGN" = true ] ; then
|
||||
bash $SCRIPTS_PATH/internal/2b_sign_dlls.sh -i=$PACKAGES_PATH $CERT_FILE_OPTION -cp=$CERT_PSSW
|
||||
|
||||
echo "======= Installer Signed ======="
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user