diff options
Diffstat (limited to 'nvchecker.toml')
| -rw-r--r-- | nvchecker.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nvchecker.toml b/nvchecker.toml index 5a3c990..0c0569e 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -390,6 +390,13 @@ github = "SoftFever/OrcaSlicer" use_latest_release = true prefix = "v" +# Proprietary, no git repo. The Linux changelog is the only per-platform feed: +# dev_update.xml carries the macOS dev channel and reports a different version. +[Typora] +source = "regex" +url = "https://typora.io/releases/linux" +regex = "<h2>([0-9]+\\.[0-9]+\\.[0-9]+)</h2>" + [cherrytree] source = "github" github = "giuspen/cherrytree" |
