-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
liuqian
committed
Feb 24, 2024
1 parent
b52e14a
commit c55f97e
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"##": "Gopeed", | ||
"version": "1.5.5", | ||
"description": "支持所有平台的现代下载管理器。使用 Golang 和 Flutter 构建", | ||
"license": { | ||
"identifier": "GPL-3.0-only", | ||
"url": "https://github.com/GopeedLab/gopeed/blob/main/LICENSE" | ||
}, | ||
"homepage": "https://github.com/GopeedLab/gopeed", | ||
"hash": "21c022c0ec8350080c3cf565ecae5966e11d8425e02c424de3674edae237b66c", | ||
"url": "https://github.com/GopeedLab/gopeed/releases/download/v1.5.5/Gopeed-v1.5.5-windows-amd64-portable.zip", | ||
"checkver": "github", | ||
"pre_install": [ | ||
"if (-not (Test-Path \"$persist_dir\\gopeed.db\")) { New-Item \"$dir\\gopeed.db\" -ItemType file | Out-Null }", | ||
"if (-not (Test-Path \"$persist_dir\\database.hive\")) { New-Item \"$dir\\database.hive\" -ItemType file | Out-Null }", | ||
"if (-not (Test-Path \"$persist_dir\\database.lock\")) { New-Item \"$dir\\database.lock\" -ItemType file | Out-Null }" | ||
], | ||
"autoupdate": { | ||
"url": "https://github.com/GopeedLab/gopeed/releases/download/v$version/Gopeed-v$version-windows-amd64-portable.zip" | ||
}, | ||
"persist": [ | ||
"logs", | ||
"extensions", | ||
"gopeed.db", | ||
"database.hive", | ||
"database.lock" | ||
], | ||
"shortcuts": [ | ||
[ | ||
"gopeed.exe", | ||
"Gopeed" | ||
] | ||
], | ||
"bin": "gopeed.exe" | ||
} |