Skip to content

Commit

Permalink
oops, this stuff got removed at some point
Browse files Browse the repository at this point in the history
  • Loading branch information
codykrieger committed Nov 20, 2020
1 parent 4b7b2f8 commit 4986bb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/dist
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ ditto -ck --keepParent "$APP_PATH" "$ZIP_PATH"

SIZE=$(stat -f %z "$ZIP_PATH")
PUBDATE=$(LC_TIME=en_US date +"%a, %d %b %G %T %z")
DOWNLOAD_URL="$DOWNLOAD_BASE_URL/$(basename $ZIP_PATH)"
BASE_URL="https://gfx.io"
DOWNLOAD_URL="$BASE_URL/downloads/$(basename $ZIP_PATH)"
RELEASENOTES_URL="$BASE_URL/release-notes/$VERSION.html"

echo "----> signing archive (dsa)..."
DSA_SIGNATURE="$(script/sign_update_dsa "$ZIP_PATH" "$PWD/dsa_priv.pem")"
Expand Down

0 comments on commit 4986bb3

Please sign in to comment.