summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-06-17 04:14:53 (GMT)
committerMarius Kintel <marius@kintel.net>2013-06-17 04:14:53 (GMT)
commitec608756d6a6f3c2396ee7381f7cd785ade4e92d (patch)
tree2dc79e6932807e721a76e009e056078db2055846
parent2622fd52bbaa2b5bdb545a7a71afd2ed7fcd2411 (diff)
parentfda235eb9bfec1c6b615633434ed92140f94bfe7 (diff)
Merge branch 'master' of github.com:openscad/openscad
-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