Skip to content

Commit

Permalink
Merge pull request #66 from gasinvein/github-api-checker
Browse files Browse the repository at this point in the history
Use Github API to check for updates
  • Loading branch information
ghisvail authored May 23, 2021
2 parents cf42480 + b3ebe38 commit c92f106
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions com.jgraph.drawio.desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ modules:
tag: v14.6.11
commit: d46750ee678365807cf8fac1424d6ef5f34a6d53
x-checker-data:
type: git
tag-pattern: ^v([\d.]+)$
type: json
url: https://api.github.com/repos/jgraph/drawio-desktop/releases/latest
tag-query: .tag_name
version-query: $tag | sub("^v"; "")
timestamp-query: .published_at
- generated-sources.json
- type: script
dest-filename: start-drawio.sh
Expand Down

0 comments on commit c92f106

Please sign in to comment.