Skip to content

Instantly share code, notes, and snippets.

@mark05e
Created June 11, 2020 04:09
Show Gist options
  • Save mark05e/d9c1ec17afd5bc40f0e3d14d3060a238 to your computer and use it in GitHub Desktop.
Save mark05e/d9c1ec17afd5bc40f0e3d14d3060a238 to your computer and use it in GitHub Desktop.
{
"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