Created
June 11, 2020 04:09
-
-
Save mark05e/d9c1ec17afd5bc40f0e3d14d3060a238 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"version": "5.1.0", | |
"description": "A full-featured screen capture tool, intuitive image editor, color picker and more", | |
"homepage": "https://picpick.app", | |
"license": { | |
"identifier": "Shareware", | |
"url": "https://picpick.app/en/download" | |
}, | |
"url": "https://www.picpick.org/releases/latest/picpick_portable.zip", | |
"hash": "4d880d39b852fa791540b67e2fea2af1a547514691b59b8bd852bfd8b0449592", | |
"pre_install": "if (!(Test-Path \"$persist_dir\\picpick.ini\")) { Set-Content \"$dir\\picpick.ini\" '[Setting]', 'CheckUpdate=0' -Encoding Ascii }", | |
"bin": "picpick.exe", | |
"shortcuts": [ | |
[ | |
"picpick.exe", | |
"PicPick" | |
] | |
], | |
"persist": "picpick.ini", | |
"checkver": { | |
"url": "https://picpick.app/en/download/", | |
"regex": ">v([\\d.]+)" | |
}, | |
"autoupdate": { | |
"url": "https://www.picpick.org/releases/latest/picpick_portable.zip" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment