Last active
December 12, 2023 16:38
-
-
Save bananasov/e3acfb606b08a62bdd34cc28b6261130 to your computer and use it in GitHub Desktop.
This file contains 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": "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