Skip to content

Commit

Permalink
chore(PicList): init version 2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuq committed Nov 16, 2024
1 parent 32cfb80 commit 07e7d5f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bucket/piclist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"##": "PicList",
"version": "2.9.5",
"description": "PicList是一款高效的云存储和图床平台管理工具,在PicGo的基础上经过深度的二次开发,不仅完整保留了PicGo的所有功能,还增添了许多新的feature",
"homepage": "https://github.com/Kuingsmile/PicList",
"license": {
"identifier": "MIT",
"url": "https://github.com/Kuingsmile/PicList?tab=MIT-1-ov-file#readme"
},
"architecture": {
"64bit": {
"url": "https://github.com/Kuingsmile/PicList/releases/download/v2.9.5/PicList-Setup-2.9.5-x64.exe#/dl.7z",
"hash": "3333e15ef70020eeccf022d244b0d4db2dae5c0a1610a95427e3a2fc58801c87"
},
"32bit": {
"url": "https://github.com/Kuingsmile/PicList/releases/download/v2.9.5/PicList-Setup-2.9.5.exe#/dl.7z",
"hash": "2013b10f18d93ec44293c47b3a1c8011e2cfc333050459847bec1b53bda7669b"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Kuingsmile/PicList/releases/download/v$version/PicList-Setup-$version-x64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/Kuingsmile/PicList/releases/download/v$version/PicList-Setup-$version.exe#/dl.7z"
}
}
},
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" $dir",
"Remove-Item \"$dir\\`$*\" -Force -Recurse"
],
"shortcuts": [
[
"PicList.exe",
"PicList"
]
]
}

0 comments on commit 07e7d5f

Please sign in to comment.