Also publish xca-portable.zip

This commit is contained in:
Christian Hohnstaedt 2018-11-07 20:42:06 +01:00
parent e4fb5f3637
commit 776decfd62
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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