Skip to content

Commit

Permalink
generate github download urls
Browse files Browse the repository at this point in the history
  • Loading branch information
codykrieger committed Nov 22, 2020
1 parent 5cb13a5 commit 0641a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/dist
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ 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")
BASE_URL="https://gfx.io"
DOWNLOAD_URL="$BASE_URL/downloads/$(basename $ZIP_PATH)"
RELEASENOTES_URL="$BASE_URL/release-notes/$VERSION.html"
DOWNLOAD_URL="https://github.com/codykrieger/gfxCardStatus/releases/download/v$VERSION/$(basename $ZIP_PATH)"

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

0 comments on commit 0641a46

Please sign in to comment.