Skip to content

Commit 4986bb3

Browse files
committed
oops, this stuff got removed at some point
1 parent 4b7b2f8 commit 4986bb3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

script/dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ ditto -ck --keepParent "$APP_PATH" "$ZIP_PATH"
9797

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

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

0 commit comments

Comments
 (0)