diff options
| author | Marius Kintel <marius@kintel.net> | 2013-06-17 04:14:53 (GMT) |
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2013-06-17 04:14:53 (GMT) |
| commit | ec608756d6a6f3c2396ee7381f7cd785ade4e92d (patch) | |
| tree | 2dc79e6932807e721a76e009e056078db2055846 /scripts | |
| parent | 2622fd52bbaa2b5bdb545a7a71afd2ed7fcd2411 (diff) | |
| parent | fda235eb9bfec1c6b615633434ed92140f94bfe7 (diff) | |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/publish-macosx.sh | 2 |
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 |
