Skip to content

Commit

Permalink
pixpin: Add version 1.7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Apr 8, 2024
1 parent be24825 commit 6e5be9b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ scoop install <manifest>
|[parallels-client](https://www.parallels.com/products/ras/capabilities/parallels-client/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/parallels-client.json)</sup>|Parallels(R) Client is a lightweight software that enables end-users to securely access virtual applications and desktops from Windows, Mac, Linux, iOS/iPadOS, Android, Google Chromebook and any HTML5 web browser.|
|[parsify-desktop](https://parsify.app/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/parsify-desktop.json)</sup>|Next generation notepad-based calculator, built with extendibility and privacy in mind.|
|[pijul](https://pijul.org/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/pijul.json)</sup>|Pijul is a free and open source (GPL2) distributed version control system.|
|[pixpin](https://pixpinapp.com/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/pixpin.json)</sup>|功能强大使用简单的截图/贴图工具,帮助你提高效率|
|[plain-craft-launcher](https://afdian.net/@LTCat)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/plain-craft-launcher.json)</sup>|新一代 Minecraft / 我的世界 启动器|
|[posh-cargo](https://github.com/Bak-Jin-Hyeong/posh-cargo)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/posh-cargo.json)</sup>|Provides tab autocompletion of 'cargo' command on PowerShell prompt|
|[posh-cd](https://github.com/amorphobia/posh-cd)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/posh-cd.json)</sup>|A bash style "cd" to replace Set-Location|
Expand Down
42 changes: 42 additions & 0 deletions bucket/pixpin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "1.7.6.0",
"description": "功能强大使用简单的截图/贴图工具,帮助你提高效率",
"homepage": "https://pixpinapp.com/",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://download.pixpinapp.com/PixPin_1.7.6.0.zip",
"hash": "1e5962682c55616e6dd955ee015f315ffc77f94c3921ad3511fd487b154236bf"
}
},
"extract_dir": "PixPin",
"pre_install": [
"ensure \"$persist_dir\\Config\" | Out-Null",
"ensure \"$persist_dir\\Coredump\" | Out-Null",
"ensure \"$persist_dir\\Data\" | Out-Null",
"ensure \"$persist_dir\\History\" | Out-Null"
],
"persist": [
"Config",
"Coredump",
"Data",
"History"
],
"shortcuts": [
[
"PixPin.exe",
"PixPin"
]
],
"checkver": {
"url": "https://pixpinapp.com/",
"regex": "PixPin_([\\d.]+).exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.pixpinapp.com/PixPin_$version.zip"
}
}
}
}

0 comments on commit 6e5be9b

Please sign in to comment.