add foliate

This commit is contained in:
wcbing 2025-02-18 15:46:49 +08:00
parent 62dc5f2357
commit 047c568706
2 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,7 @@
| [hugo](https://github.com/gohugoio/hugo/releases) | hugo | ✅ | ✅ |
| [RustDesk](https://github.com/rustdesk/rustdesk/releases) | rustdesk | ✅ | ✅ |
| [Obsidian](https://github.com/obsidianmd/obsidian-releases/releases) | obsidian | ✅ | |
| [Foliate](https://github.com/johnfactotum/foliate/releases) | foliate | ✅ | ✅ |
| [Tabby](https://github.com/Eugeny/tabby/releases) | tabby-terminal | ✅ | ✅ |
| [Pandoc](https://github.com/jgm/pandoc/releases) | pandoc | ✅ | ✅ |
| [LocalSend](https://github.com/localsend/localsend/releases) | localsend | ✅ | ✅ |

View File

@ -98,5 +98,11 @@
"caddy_{stripped_version}_linux_amd64.deb",
"caddy_{stripped_version}_linux_arm64.deb"
]
},
"foliate": {
"repo": "johnfactotum/foliate",
"file_list": [
"foliate_{version_tag}_all.deb"
]
}
}