From d36e4c17e6247a9b313b004f0915aac1b0896d79 Mon Sep 17 00:00:00 2001 From: Maksim Aliabyshev Date: Wed, 2 Oct 2024 21:37:21 +0300 Subject: Added a Scoop install manifest (#123) Created lite-xl-plugin-manager.json Updated README.md -> Changed a Scoop instruction Co-authored-by: Maksim Aliabyshev --- lite-xl-plugin-manager.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lite-xl-plugin-manager.json (limited to 'lite-xl-plugin-manager.json') diff --git a/lite-xl-plugin-manager.json b/lite-xl-plugin-manager.json new file mode 100644 index 0000000..f93d11a --- /dev/null +++ b/lite-xl-plugin-manager.json @@ -0,0 +1,30 @@ +{ + "version": "latest", + "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/latest/lpm.x86_64-windows.exe#/lpm.exe", + "checksum": "SKIP" + } + }, + "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/latest/lpm.x86_64-windows.exe" + } + } + } +} -- cgit v1.2.3