Skip to content

Commit

Permalink
fix: use the itch.zone domain
Browse files Browse the repository at this point in the history
  • Loading branch information
cerealpxl authored Nov 29, 2024
1 parent 783fc76 commit 0476582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function getPlatform() {
* @returns - Download URL
*/
export function getDownloadUrl(version: string) {
return `https://broth.itch.ovh/butler/${getPlatform()}-${getArch()}/${version}/archive/default`;
return `https://broth.itch.zone/butler/${getPlatform()}-${getArch()}/${version}/archive/default`;
}

/**
Expand Down

0 comments on commit 0476582

Please sign in to comment.