Skip to content

Instantly share code, notes, and snippets.

@bananasov
Last active December 12, 2023 16:38
Show Gist options
  • Save bananasov/e3acfb606b08a62bdd34cc28b6261130 to your computer and use it in GitHub Desktop.
Save bananasov/e3acfb606b08a62bdd34cc28b6261130 to your computer and use it in GitHub Desktop.
{
"version": "1.0.13",
"description": "Plugin and package manager for Lite XL editor.",
"homepage": "https://github.com/lite-xl/lite-xl-plugin-manager",
"license": "LPM",
"architecture": {
"64bit": {
"url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/v1.0.13/lpm.x86_64-windows.exe#/lpm.exe",
"hash": "d2d7e626ddb14c4488765a2518176a1158b30faa8525ea19042f7a1ed641c3c3"
}
},
"bin": "lpm.exe",
"shortcuts": [
[
"lpm.exe",
"Lite-XL Plugin Manager"
]
],
"checkver": {
"url": "https://github.com/lite-xl/lite-xl-plugin-manager/tags",
"regex": "/releases/tag/(?:v|V)?([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/v$version/lpm.x86_64-windows.exe"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment