Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlyu committed Aug 10, 2024
1 parent b34635c commit b6fd140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default async (): Promise<boolean> => {
const config: Record<string, string> = {
site: result.data.appURl,
version: `${result.data.buildVersion}+${result.data.buildVersionNo}`,
download_url: result.data.downloadURL,
download_url: `https://www.pgyer.com/manager/version/download/${result.data.buildKey}`,
update_notes: result.data.buildUpdateDescription,
forced_update_version: appConfig.forced_update_version,
forced_update_notes: appConfig.forced_update_notes,
Expand Down

0 comments on commit b6fd140

Please sign in to comment.