Skip to content

Commit

Permalink
docs: 更新releases.json,利用该文件实现最新版本的定位
Browse files Browse the repository at this point in the history
  • Loading branch information
yagol2020 committed Nov 23, 2021
1 parent 179886c commit 2245e7c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ target/
*.log
*.iml
chromedriver
releases/
20 changes: 20 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"software_name": "Paper Web Crawler",
"chinese_software_name": "文献网站爬虫工具",
"authors": [
"yagol",
"vencerk"
],
"exe_releases": [
{
"version": 1.1,
"download_path": "https://github.com/yagol2020/PaperWebCrawler/releases/download/exe_1.1/PWC.exe"
}
],
"jar_releases": [
{
"version": 1.0,
"download_path": "https://github.com/yagol2020/PaperWebCrawler/releases/download/1.0/PaperWebCrawler-jar-with-dependencies.jar"
}
]
}

0 comments on commit 2245e7c

Please sign in to comment.