mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Also publish xca-portable.zip
This commit is contained in:
parent
e4fb5f3637
commit
776decfd62
1
Makefile
1
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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user