From: Stephan Witt Date: Thu, 21 May 2020 11:30:22 +0000 (+0200) Subject: Add command line option for code sign identity to help message X-Git-Tag: 2.3.5~11 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6cd1088251d825e4737ad1d3d4cfafdf55232a33;p=features.git Add command line option for code sign identity to help message (cherry picked from commit 544e5859d33efe647ce5ca7275073f421bce6e43) --- diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 9bd196dbc7..8aaa74b75c 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -152,6 +152,7 @@ usage() { echo " --with-build-path=PATH ....." default \${lyx-src-dir}/../lyx-build echo " --with-dmg-location=PATH ..." default \${build-path} echo " --with-binary-strip=yes ...." default no + echo " --codesign-identity=CSID ..." default is w/o CSID echo echo "All other arguments with -- are passed to configure" echo "including the defaults: ${LyXConfigureOptions}"