Skip to content

Instantly share code, notes, and snippets.

@VoX
Last active November 11, 2020 00:13
Show Gist options
  • Save VoX/90558a52719f30ee6a9639c92e03d5a3 to your computer and use it in GitHub Desktop.
Save VoX/90558a52719f30ee6a9639c92e03d5a3 to your computer and use it in GitHub Desktop.
{
"version": "3.6.8",
"homepage": "https://github.com/lensapp/lens",
"url": "https://github.com/lensapp/lens/releases/download/v3.6.8/Lens-Setup-3.6.8.exe#/dl.7z",
"hash": "ef2cc1932c6fa94087cf6b3cfeddea7e41aca1fcd73477096842cdb1cb549bca",
"bin": "Lens.exe",
"license": "MIT",
"shortcuts": [
[
"Lens.exe",
"Lens"
]
],
"architecture": {
"64bit": {
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse"
]
}
},
"32bit": {
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse"
]
}
}
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/lensapp/lens/releases/download/v$version/Lens-Setup-$version.exe#/dl.7z"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment