Skip to content

Commit

Permalink
Update template URL to a stable URL
Browse files Browse the repository at this point in the history
BCR appears to enforce this now
  • Loading branch information
illicitonion authored and kormide committed Jan 9, 2024
1 parent 95f008e commit 6b1ea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The `integrity` hash will automatically be filled out by the app.
{
"integrity": "", // <-- Leave this alone
"strip_prefix": "{REPO}-{VERSION}",
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
}
```

Expand Down

0 comments on commit 6b1ea19

Please sign in to comment.