mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
Experimenting with the update-feed.json
This commit is contained in:
parent
beb34a6146
commit
96b1fb199c
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
permalink: update-feed/
|
||||
---
|
||||
{
|
||||
releases: [
|
||||
"releases": [
|
||||
{% for release in site.github.releases %}{% if release.draft == false %}{% for asset in release.assets %}{% if asset.name contains 'Greenshot-INSTALLER' and asset.name contains 'RELEASE'%}{
|
||||
"title": "{{asset.name}}",
|
||||
"link": "{{asset.browser_download_url}}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue