Skip to content

Commit

Permalink
build(make_archive): fix app archive download url
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 1, 2023
1 parent ca940b2 commit fbd430d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/make_archive
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source common.sh

app_version="$(get_app_version)"
target_archive="Squirrel-${app_version}.zip"
download_url="https://github.com/rime/squirrel/releases/${app_version}/${target_archive}"
download_url="https://github.com/rime/squirrel/releases/download/${app_version}/${target_archive}"

verify_archive() {
if ! [ -f "${target_archive}" ]; then
Expand Down

0 comments on commit fbd430d

Please sign in to comment.