-
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
Showing
1 changed file
with
41 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,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" | ||
] | ||
] | ||
} |