summaryrefslogtreecommitdiff
path: root/scripts/publish-macosx.sh
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-06-18 00:33:09 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-06-18 00:33:09 (GMT)
commit8b187f20be8cf85950bce580cb7d01b9401df124 (patch)
tree5c65fb3f1944f4beef9f809abcb8e7ba37fca45c /scripts/publish-macosx.sh
parentd6eaf5bf7c2a1175bac9a137824605c7fb0beb86 (diff)
parent894276c6c1de5e8ed8d19c470624fe67e9ee1649 (diff)
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-xscripts/publish-macosx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh
index 1a08fa8..3617570 100755
--- a/scripts/publish-macosx.sh
+++ b/scripts/publish-macosx.sh
@@ -67,7 +67,7 @@ if [[ $? != 0 ]]; then
exit 1
fi
-SIGNATURE=$(openssl dgst -sha1 -binary < OpenSCAD-$VERSION.dmg | openssl dgst -dss1 -sign dsa_priv.pem | openssl enc -base64)
+SIGNATURE=$(openssl dgst -sha1 -binary < OpenSCAD-$VERSION.dmg | openssl dgst -dss1 -sign $HOME/.ssh/openscad-appcast.pem | openssl enc -base64)
if [[ $VERSION == $VERSIONDATE ]]; then
APPCASTFILE=appcast-snapshots.xml
contact: Jan Huwald // Impressum