diff --git a/Makefile b/Makefile index 754d7793..c45c7aa7 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,6 @@ $(DMGSTAGE): xca$(SUFFIX) ln -s xca.html $(DMGSTAGE)/manual/index.html otool -l $(DMGSTAGE)/xca.app/Contents/MacOS/xca | grep -e "chris\|Users" >&2 $(MACDEPLOYQT) $(DMGSTAGE)/xca.app - rpath="`otool -l $(DMGSTAGE)/xca.app/Contents/MacOS/xca | grep -e "chris\|Users"`" && \ rpath="`cd $(DMGSTAGE) && otool -l xca.app/Contents/MacOS/xca | grep -e "chris\|Users" ||:`" && \ if test -n "$$rpath"; then echo " ERROR $$rpath"; false; fi -codesign --force --deep --signature-size=96000 -s "Christian Hohnstaedt" $(DMGSTAGE)/xca.app --timestamp diff --git a/git.publish b/git.publish index 805d8449..3dd87ecc 100755 --- a/git.publish +++ b/git.publish @@ -14,7 +14,7 @@ releasedir="$HOME/xca-$TVERSION" echo "$TVERSION""+" > VERSION git commit -a -m "Release XCA $TVERSION done" -./github.release.py "$TVERSION" "${releasedir}/"*"xca-$TVERSION"* +./github.release.py "$TVERSION" "${releasedir}/"*xca*"$TVERSION"* cat << EOF